Skip to content

Commit

Permalink
Merge pull request #151 from kike-canaries/upgrade_gradle_7_2_2
Browse files Browse the repository at this point in the history
Upgrade gradle 7 2 2 new target SDK 33
  • Loading branch information
hpsaturn authored Aug 26, 2022
2 parents 41635a4 + 078a665 commit 688ac9a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ dependencies {

implementation 'com.karumi:dexter:6.2.1'

implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation "androidx.preference:preference:1.2.0"
implementation 'com.takisoft.preferencex:preferencex:1.1.0-alpha05'
implementation 'androidx.multidex:multidex:2.0.1'
Expand All @@ -80,7 +80,7 @@ dependencies {
implementation 'io.nlopez.smartlocation:library:3.3.3'
implementation 'org.osmdroid:osmdroid-android:6.1.5'

implementation 'com.google.android.gms:play-services-location:19.0.1'
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation 'com.yarolegovich:discrete-scrollview:1.4.8'
implementation 'com.github.bumptech.glide:glide:3.7.0'

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.google.gms:google-services:4.3.13'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.1'
}
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ env="prod"

org.gradle.jvmargs=-Xmx3096m -Dfile.encoding=UTF-8

mCompileSdkVersion=31
mCompileSdkVersion=33
mMinSdkVersion=21
mTargetSdkVersion=31
mVersionCode=608
mVersionName=0.8.2
mTargetSdkVersion=33
mVersionCode=610
mVersionName=0.8.3
android.useAndroidX=true
android.enableJetifier=true

Expand Down
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.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip

0 comments on commit 688ac9a

Please sign in to comment.