diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 21:01:57 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 21:01:57 +0100 |
| commit | 117353c64882dd9d88fbe6c1f2939d7f95564b02 (patch) | |
| tree | 523ef17946849aa2d1d121b5acc909a9a93c74df /buildSrc | |
| parent | 41dc6d9683a0bf9d883c2be734d08d721722963b (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.gradle | 2 |
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 |
