c2c-deck/tab-layout-helper/build.gradle

16 lines
292 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.tablayouthelper'
defaultConfig {
minSdk 22
targetSdk 35
}
}
dependencies {
implementation "com.google.android.material:material:$rootProject.materialVersion"
}