password-manager/TabLayout/build.gradle

27 lines
580 B
Groovy
Raw Normal View History

2024-08-02 10:34:16 +08:00
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 28
targetSdkVersion 33
consumerProguardFiles 'consumer-rules.pro'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
namespace 'com.angcyo.tablayout'
2024-08-02 10:34:16 +08:00
}
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
}
//apply from: "$gradleHost/master/publish.gradle"