[READ-ONLY] Mirror of https://github.com/maybeanerd/booktracker. a multi platform application and server to track your book reading journey
hacktoberfest
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(deps): update dependency com.android.tools.build:gradle to v9

authored by

renovate[bot] and committed by
GitHub
(Jul 17, 2026, 1:56 PM UTC) 71afb258 45fda590

+2 -2
+1 -1
apps/frontend/src-tauri/gen/android/build.gradle.kts
··· 4 4 mavenCentral() 5 5 } 6 6 dependencies { 7 - classpath("com.android.tools.build:gradle:8.13.2") 7 + classpath("com.android.tools.build:gradle:9.3.0") 8 8 classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21") 9 9 } 10 10 }
+1 -1
apps/frontend/src-tauri/gen/android/buildSrc/build.gradle.kts
··· 18 18 19 19 dependencies { 20 20 compileOnly(gradleApi()) 21 - implementation("com.android.tools.build:gradle:8.13.2") 21 + implementation("com.android.tools.build:gradle:9.3.0") 22 22 } 23 23