diff --git a/app/build.gradle b/app/build.gradle index af3e025..12045d9 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") } @@ -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'