Files
UIUIPadAppstore/RecyclerBanner/build.gradle
fanhuitong 99064e7691 version:1.6.1
fix:休息日管控完善
add:
2021-09-02 18:29:43 +08:00

25 lines
516 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 15
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
}