c2c-deck/cross-tab-drag-and-drop/build.gradle

16 lines
295 B
Groovy
Raw Normal View History

2025-11-23 08:51:57 +01:00
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"
}