|
|
@@ -1,13 +1,13 @@
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 27
|
|
|
+ compileSdkVersion 28
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
minSdkVersion 15
|
|
|
- targetSdkVersion 27
|
|
|
+ targetSdkVersion 28
|
|
|
versionCode 1
|
|
|
versionName "1.0"
|
|
|
|
|
|
@@ -27,21 +27,20 @@ android {
|
|
|
dependencies {
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
|
|
- implementation 'com.android.support:appcompat-v7:27.1.1'
|
|
|
+ implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
- implementation 'com.jakewharton:butterknife:8.8.1'
|
|
|
- annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
|
|
|
+ implementation 'com.jakewharton:butterknife:+'
|
|
|
+ annotationProcessor 'com.jakewharton:butterknife-compiler:+'
|
|
|
api 'com.github.bumptech.glide:glide:+'
|
|
|
- annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
|
|
|
- implementation 'com.android.support:recyclerview-v7:27.1.1'
|
|
|
+ annotationProcessor 'com.github.bumptech.glide:compiler:+'
|
|
|
+ implementation 'com.android.support:recyclerview-v7:28.0.0-rc01'
|
|
|
api 'com.google.code.gson:gson:+'
|
|
|
//okhttp
|
|
|
api 'com.yanyi.benyanyi:okhttplib:1.0.1'
|
|
|
//log
|
|
|
api 'com.yanyi.benyanyi:loglib:1.0.0'
|
|
|
- api 'com.yanyi.benyanyi:datelib:1.0.0'
|
|
|
api 'com.yanyi.benyanyi:permissionlib:1.0.1'
|
|
|
api 'com.readystatesoftware.systembartint:systembartint:1.0.3'
|
|
|
}
|