Skip to content

Commit

Permalink
AGP 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Feb 12, 2025
1 parent f006074 commit dd56118
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
new Properties().tap { load(stream) }
}
compileSdk = 35
buildToolsVersion = '35.0.0'
buildToolsVersion = '35.0.1'

namespace 'com.github.yueeng.moebooru'
defaultConfig {
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.7.3"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
agp = "8.8.0"
kotlin = "2.1.10"
ksp = "2.1.10-1.0.29"
glide = "4.16.0"
okhttp = "4.12.0"
retrofit = "2.11.0"
Expand All @@ -13,14 +13,14 @@ androidx_constraintlayout = "2.2.0"
androidx_lifecycle = "2.8.7"
androidx_swiperefreshlayout = "1.1.0"
androidx_paging = "3.3.5"
androidx_activity = "1.9.3"
androidx_activity = "1.10.0"
androidx_fragment = "1.8.5"
androidx_work = "2.10.0"
androidx_palette = "1.0.0"
androidx_room = "2.6.1"
androidx_material = "1.12.0"
androidx_flexbox = "3.0.0"
gson = "2.11.0"
gson = "2.12.1"
persistentCookieJar = "1.0.1"
glide_transformations = "4.3.0"
gesture_views = "2.8.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jan 13 13:24:35 CST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit dd56118

Please sign in to comment.