Skip to content

Commit dd56118

Browse files
committed
AGP 8.8.0
1 parent f006074 commit dd56118

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
new Properties().tap { load(stream) }
1111
}
1212
compileSdk = 35
13-
buildToolsVersion = '35.0.0'
13+
buildToolsVersion = '35.0.1'
1414

1515
namespace 'com.github.yueeng.moebooru'
1616
defaultConfig {

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "8.7.3"
3-
kotlin = "2.1.0"
4-
ksp = "2.1.0-1.0.29"
2+
agp = "8.8.0"
3+
kotlin = "2.1.10"
4+
ksp = "2.1.10-1.0.29"
55
glide = "4.16.0"
66
okhttp = "4.12.0"
77
retrofit = "2.11.0"
@@ -13,14 +13,14 @@ androidx_constraintlayout = "2.2.0"
1313
androidx_lifecycle = "2.8.7"
1414
androidx_swiperefreshlayout = "1.1.0"
1515
androidx_paging = "3.3.5"
16-
androidx_activity = "1.9.3"
16+
androidx_activity = "1.10.0"
1717
androidx_fragment = "1.8.5"
1818
androidx_work = "2.10.0"
1919
androidx_palette = "1.0.0"
2020
androidx_room = "2.6.1"
2121
androidx_material = "1.12.0"
2222
androidx_flexbox = "3.0.0"
23-
gson = "2.11.0"
23+
gson = "2.12.1"
2424
persistentCookieJar = "1.0.1"
2525
glide_transformations = "4.3.0"
2626
gesture_views = "2.8.3"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Jan 13 13:24:35 CST 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)