Skip to content

Commit aaf660d

Browse files
committed
Chore: Update dependencies
Signed-off-by: imknown <imknown@qq.com>
1 parent fa9023a commit aaf660d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/toml/android.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://maven.google.com/web/index.html?q=com.android.tools.build
77
androidGradlePlugin = "9.1.0"
88
androidGradlePlugin-beta = "9.1.0"
9-
androidGradlePlugin-canary = "9.2.0-alpha02"
9+
androidGradlePlugin-canary = "9.2.0-alpha03"
1010

1111
# https://developer.android.com/studio/write/java8-support#library-desugaring
1212
# https://maven.google.com/web/index.html?q=desugar_jdk_libs
@@ -15,7 +15,7 @@ desugarJdkLibs = "2.1.5"
1515

1616
# region [AndroidX]
1717
# https://developer.android.com/jetpack/androidx/releases/activity
18-
activity = "1.13.0-rc01"
18+
activity = "1.13.0"
1919

2020
# https://developer.android.com/jetpack/androidx/releases/annotation
2121
annotation = "1.9.1"
@@ -38,7 +38,7 @@ constraintLayout = "2.2.1"
3838
coordinatorLayout = "1.3.0"
3939

4040
# https://developer.android.com/jetpack/androidx/releases/core
41-
core = "1.18.0-rc01"
41+
core = "1.18.0"
4242

4343
# https://developer.android.com/jetpack/androidx/releases/fragment
4444
fragment = "1.8.9"

0 commit comments

Comments
 (0)