summaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-10-31 21:01:57 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-10-31 21:01:57 +0100
commit117353c64882dd9d88fbe6c1f2939d7f95564b02 (patch)
tree523ef17946849aa2d1d121b5acc909a9a93c74df /buildSrc
parent41dc6d9683a0bf9d883c2be734d08d721722963b (diff)
Bump android gradle plugin and other android libs
Also upgraded compileSdk to 35.
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/src/main/groovy/the_jk.android-conventions.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle
index e8f42ba..eb6991a 100644
--- a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle
+++ b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle
@@ -6,7 +6,7 @@ plugins {
}
android {
- compileSdk = 34
+ compileSdk = 35
defaultConfig {
minSdk = 29