Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgluf committed Mar 28, 2022
2 parents 16731f9 + 4ba00a0 commit 7571c4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ buildscript {
}

android {
compileSdkVersion 30
compileSdkVersion 31
defaultConfig {
applicationId "fr.nuage.souvenirs"
minSdkVersion 24
targetSdkVersion 30
versionCode 18
versionName "2.4.0"
versionCode 19
versionName "2.4.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "souvenirs-$versionName")
}
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

implementation "com.github.nextcloud:Android-SingleSignOn:0.5.1"
implementation "com.github.nextcloud:Android-SingleSignOn:0.6.0"
implementation 'com.squareup.retrofit2:retrofit:2.6.4'

def nav_version = '2.3.4'
Expand Down

0 comments on commit 7571c4c

Please sign in to comment.