c2c-deck/tab-layout-helper/build.gradle
2025-11-23 08:51:57 +01:00

15 lines
292 B
Groovy

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