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.
1 parent eb3979b commit 124c899Copy full SHA for 124c899
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
agp = "8.1.4"
3
-amplify = "2.14.12"
+amplify = "2.15.0"
4
binary-compatibility = "0.14.0"
5
cameraX = "1.2.0"
6
compose = "1.5.4"
samples/liveness/build.gradle
@@ -1,7 +1,7 @@
buildscript {
ext {
compose_version = '1.5.4'
- amplifyVersion = '2.14.12'
+ amplifyVersion = '2.15.0'
amplifyUIVersion = '1.2.3'
}
7
repositories {
0 commit comments