Skip to content

Commit

Permalink
Upgrade gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Oct 21, 2024
1 parent e38fe4f commit 3679ce8
Show file tree
Hide file tree
Showing 7 changed files with 302 additions and 211 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
annotationProcessor 'androidx.annotation:annotation:1.8.1'
annotationProcessor 'androidx.annotation:annotation:1.9.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.fragment:fragment:1.8.2'
implementation 'com.github.weliem:blessed-android:2.4.2'
implementation 'androidx.fragment:fragment:1.8.4'
implementation 'com.github.weliem:blessed-android:2.5.0'
implementation 'com.google.android.gms:play-services-auth:21.2.0'
implementation 'com.google.android.gms:play-services-maps:19.0.0'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.firebase:firebase-analytics:22.0.2'
implementation 'com.google.firebase:firebase-crashlytics:19.0.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.firebase:firebase-analytics:22.1.2'
implementation 'com.google.firebase:firebase-crashlytics:19.2.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
Expand All @@ -55,7 +55,7 @@ dependencies {
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.6.1'
androidTestImplementation 'androidx.test:runner:1.6.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
implementation project(':common')
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
classpath 'com.google.gms:google-services:4.4.2'

Expand Down
6 changes: 3 additions & 3 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
annotationProcessor 'androidx.annotation:annotation:1.8.1'
implementation 'com.github.weliem:blessed-android:2.4.2'
annotationProcessor 'androidx.annotation:annotation:1.9.0'
implementation 'com.github.weliem:blessed-android:2.5.0'
implementation 'com.google.android.gms:play-services-auth:21.2.0'
implementation 'com.google.android.gms:play-services-maps:19.0.0'
implementation 'com.google.firebase:firebase-crashlytics:19.0.3'
implementation 'com.google.firebase:firebase-crashlytics:19.2.1'
implementation 'org.greenrobot:eventbus:3.3.1'
testImplementation 'junit:junit:4.13.2'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Wed Oct 21 15:29:23 PDT 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
Loading

0 comments on commit 3679ce8

Please sign in to comment.