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

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

android {
    compileSdkVersion 33
    buildToolsVersion "31.0.0"
    defaultConfig {
        minSdkVersion 22
        targetSdkVersion 33
    }
    namespace 'it.niedermann.android.crosstabdnd'
}

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