android: update partial dependency
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.3'
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion '30.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
@@ -45,15 +45,15 @@ dependencies {
|
||||
exclude group: 'com.github.bumptech.glide'
|
||||
}
|
||||
implementation 'com.github.bumptech.glide:glide:4.8.0'
|
||||
implementation 'jp.wasabeef:glide-transformations:4.0.1'
|
||||
implementation 'jp.wasabeef:glide-transformations:4.1.0'
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
|
||||
def nav_version = "2.2.2"
|
||||
def nav_version = "2.3.0"
|
||||
|
||||
implementation "androidx.navigation:navigation-fragment:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui:$nav_version"
|
||||
|
||||
implementation "com.qmuiteam:qmui:1.4.0"
|
||||
implementation "com.qmuiteam:qmui:1.4.4"
|
||||
|
||||
testImplementation 'junit:junit:4.13'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
@@ -61,7 +61,7 @@ dependencies {
|
||||
|
||||
implementation 'com.facebook.yoga.android:yoga-layout:1.16.0'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
|
||||
}
|
||||
|
||||
if (new File('scripts/upload.gradle').exists()) {
|
||||
|
Reference in New Issue
Block a user