Skip to content

Commit 1e64828

Browse files
committed
AGP 8.10.0
1 parent 1db2260 commit 1e64828

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
[versions]
22
app_version_code = '4'
3-
app_version_name = '1.0.4'
4-
android_build_tools = '35.0.0'
5-
android_compile_sdk = '35'
6-
android_target_sdk = '35'
3+
app_version_name = '1.0.5'
4+
android_build_tools = '36.0.0'
5+
android_compile_sdk = '36'
6+
android_target_sdk = '36'
77
android_min_sdk = '22'
88

99
# Gradle Plugins
10-
android_gradle_plugin = '8.9.0'
11-
kotlin = '2.0.21'
10+
android_gradle_plugin = '8.10.0'
11+
kotlin = '2.1.20'
1212
material_design = '1.12.0'
1313
retrofit = '2.11.0'
14-
gson = '2.11.0'
14+
gson = '2.12.1'
1515
junit = '4.13.2'
1616
flexbox = '3.0.0'
1717
# Note: DirCacheCheckout.java uses InputStream.transferTo() since jgit 6.3; no such method on Android.
1818
jgit = '6.2.0.202206071550-r'
1919
slf4j = '2.0.16'
2020
androidx_appcompat = '1.7.0'
2121
androidx_annotation = '1.9.1'
22-
androidx_navigation = '2.8.9'
22+
androidx_navigation = '2.9.0'
2323
androidx_fragment = '1.8.6'
2424
androidx_recyclerview = '1.4.0'
2525
androidx_cardview = '1.0.0'
2626
androidx_preference = '1.2.1'
27-
androidx_room = '2.6.1'
27+
androidx_room = '2.7.1'
2828
androidx_splashscreen = '1.0.1'
2929
androidx_test_junit = '1.2.1'
3030
androidx_test_core = '1.6.1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon May 15 03:22:49 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)