From f64a49ef30a16a909a595f73bf731cd4d857dbb6 Mon Sep 17 00:00:00 2001 From: Kenny Daniel Date: Tue, 24 Oct 2023 10:49:42 -0700 Subject: [PATCH] Update dependencies --- app/build.gradle | 16 ++++++++-------- build.gradle | 6 +++--- common/build.gradle | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3d3b9df6..bb9b4516 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,10 +4,10 @@ apply plugin: 'com.google.firebase.crashlytics' android { namespace 'com.platypii.baseline' - compileSdkVersion 33 defaultConfig { applicationId "com.platypii.baseline" + compileSdk 33 minSdkVersion 21 targetSdkVersion 33 versionCode 141 @@ -38,15 +38,15 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - annotationProcessor 'androidx.annotation:annotation:1.6.0' + annotationProcessor 'androidx.annotation:annotation:1.7.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.fragment:fragment:1.5.7' + implementation 'androidx.fragment:fragment:1.6.1' implementation 'com.github.weliem:blessed-android:2.4.2' - implementation 'com.google.android.gms:play-services-auth:20.5.0' - implementation 'com.google.android.gms:play-services-maps:18.1.0' - implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.google.firebase:firebase-analytics:21.3.0' - implementation 'com.google.firebase:firebase-crashlytics:18.3.7' + implementation 'com.google.android.gms:play-services-auth:20.7.0' + implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.firebase:firebase-analytics:21.4.0' + implementation 'com.google.firebase:firebase-crashlytics:18.5.0' 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' diff --git a/build.gradle b/build.gradle index bdbae609..b3eedee0 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,9 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.5' - classpath 'com.google.gms:google-services:4.3.15' + classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' + classpath 'com.google.gms:google-services:4.4.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/common/build.gradle b/common/build.gradle index e6f30b21..7f2be839 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -2,9 +2,9 @@ apply plugin: 'com.android.library' android { namespace 'com.platypii.baseline.common' - compileSdkVersion 33 defaultConfig { + compileSdk 33 minSdkVersion 21 targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" @@ -27,11 +27,11 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - annotationProcessor 'androidx.annotation:annotation:1.6.0' + annotationProcessor 'androidx.annotation:annotation:1.7.0' implementation 'com.github.weliem:blessed-android:2.4.2' - implementation 'com.google.android.gms:play-services-auth:20.5.0' - implementation 'com.google.android.gms:play-services-maps:18.1.0' - implementation 'com.google.firebase:firebase-crashlytics:18.3.7' + implementation 'com.google.android.gms:play-services-auth:20.7.0' + implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.firebase:firebase-crashlytics:18.5.0' implementation 'org.greenrobot:eventbus:3.3.1' testImplementation 'junit:junit:4.13.2' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 34b257c9..9a78945f 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.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip