Files
Xuewang365OSNeutral/niceimageview/build.gradle
Fanhuitong 34433f4f1f version:1.0
fix:
update:基本布局实现
2023-02-09 16:03:47 +08:00

25 lines
404 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}