c2c-deck/cross-tab-drag-and-drop/build.gradle
2025-11-23 08:51:57 +01:00

15 lines
295 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdk 35
namespace 'it.niedermann.android.crosstabdnd'
defaultConfig {
minSdkVersion 22
targetSdk 35
}
}
dependencies {
implementation "com.google.android.material:material:$rootProject.materialVersion"
}