We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2ac38d + f4399cd commit 8ae1e13Copy full SHA for 8ae1e13
Legacy/build.gradle
@@ -84,7 +84,7 @@ dependencies {
84
85
api "io.coil-kt:coil:2.7.0"
86
87
- api 'com.github.infomaniak:android-login:3.1.5'
+ api 'com.github.infomaniak:android-login:3.1.6'
88
api 'com.facebook.stetho:stetho-okhttp3:1.6.0'
89
api 'com.squareup.okhttp3:okhttp:4.12.0'
90
gradle/core.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
activityCompose = "1.9.3" # Doesn't build when bumped to 1.10.1 (Waiting SDK 35)
3
adaptive = "1.0.0"
4
-androidLogin = "3.1.5"
+androidLogin = "3.1.6"
5
androidxCollection = "1.5.0"
6
androidxCore = "1.13.1" # Doesn't build when bumped to 1.15.0 (Waiting SDK 35)
7
appUpdateVersion = "2.1.0"
0 commit comments