Files
HouseProperty/ninegridview/build.gradle
jinyuera 11f7f1c541 1.视频发布
2.协议入口变更
3.消息时间
4.升级AndroidX
2021-11-24 16:21:09 +08:00

30 lines
697 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
minSdkVersion 21
targetSdkVersion 27
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'androidx.appcompat:appcompat:1.0.0'
compile 'androidx.annotation:annotation:1.0.0'
compile 'com.github.chrisbanes.photoview:library:1.2.4'
implementation files('../app/libs/pldroid-player-2.1.9.jar')
}
//apply from: '../bintray.gradle'