Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.gradle « tab-layout-helper - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6dc49075a9c9946ad5eacc4af12dde1ce6e3175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: 'com.android.library'

android {
    compileSdkVersion 30
    buildToolsVersion "30.0.3"
    defaultConfig {
        minSdkVersion 22
        targetSdkVersion 30
    }
}

dependencies {
    implementation "com.google.android.material:material:$rootProject.materialVersion"
}