Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Oct 24, 2023
1 parent c75c202 commit f64a49e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f64a49e

Please sign in to comment.