From ec8ae72fc4bc724d836fefd563f3dce85fd938b0 Mon Sep 17 00:00:00 2001 From: EncEx Date: Wed, 27 Apr 2022 23:43:42 +0800 Subject: [PATCH] Clean & update depend --- app/build.gradle | 9 +++------ build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6b8a228..cb8770e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,22 +35,19 @@ android { dependencies { implementation("com.google.android.material:material:1.5.0") implementation 'jp.wasabeef:recyclerview-animators:4.0.2' - implementation('com.google.android.material:material:1.4.0') implementation "androidx.drawerlayout:drawerlayout:1.1.1" implementation 'com.github.chrisbanes:PhotoView:2.3.0' api 'com.google.android:flexbox:1.0.0' implementation ('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0') - implementation ('com.google.android.material:material:1.4.0') implementation ('com.squareup.retrofit2:retrofit:2.9.0') implementation ('com.squareup.retrofit2:converter-gson:2.9.0') implementation 'com.github.bumptech.glide:glide:4.12.0' - implementation 'androidx.preference:preference-ktx:1.1.1' + implementation 'androidx.preference:preference-ktx:1.2.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/build.gradle b/build.gradle index dfa8e97..e47967c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.1.3' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9760d30..db03a44 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip