Bump Gradle & dependencies to latest stable version
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -115,7 +115,7 @@ android {
|
||||
dependencies {
|
||||
|
||||
//Protobuf
|
||||
implementation("com.google.protobuf:protobuf-javalite:3.24.2")
|
||||
implementation("com.google.protobuf:protobuf-javalite:3.25.1")
|
||||
|
||||
//Google's Goodies
|
||||
implementation("com.google.android.material:material:1.10.0")
|
||||
@@ -185,7 +185,7 @@ dependencies {
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
|
||||
|
||||
//WorkManager
|
||||
implementation("androidx.work:work-runtime-ktx:2.9.0-rc01")
|
||||
implementation("androidx.work:work-runtime-ktx:2.9.0")
|
||||
|
||||
// LeakCanary
|
||||
debugImplementation("com.squareup.leakcanary:leakcanary-android:2.12")
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,8 +1,8 @@
|
||||
#Sun Jul 30 22:47:36 CST 2023
|
||||
#Sat Dec 02 14:10:38 IST 2023
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
|
||||
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user