Skip to content

Commit 668eac5

Browse files
authored
revert AGP version to one supported by all current Android Studio builds (google#358)
1 parent 1adca6c commit 668eac5

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ OEMs looking to validate their camera feature implementations.
1010

1111
This project uses the gradle build system, and can be imported directly into Android Studio.
1212

13-
Currently, Jetpack Camera App is built using the Android Gradle Plugin 8.4, which is only compatible
14-
with Android Studio Jellyfish or newer.
13+
Currently, Jetpack Camera App is built using the Android Gradle Plugin 8.10.0, which is only compatible
14+
with Android Studio Meerkat or newer.
1515

1616
# Architecture 📐
1717

gradle/libs.versions.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,41 @@ composeCompiler = "1.5.14"
99
# Used below in dependency definitions
1010
# Compose and Accompanist versions are linked
1111
# See https://github.com/google/accompanist?tab=readme-ov-file#compose-versions
12-
composeBom = "2025.03.01"
13-
accompanist = "0.37.2"
12+
composeBom = "2025.05.00"
13+
accompanist = "0.37.3"
1414
# kotlinPlugin and composeCompiler are linked
1515
# See https://developer.android.com/jetpack/androidx/releases/compose-kotlin
16-
kotlinPlugin = "2.1.20"
17-
androidGradlePlugin = "8.11.0-alpha09"
16+
17+
kotlinPlugin = "2.1.21"
18+
androidGradlePlugin = "8.10.0"
1819
protobufPlugin = "0.9.5"
1920

2021
androidxActivityCompose = "1.10.1"
2122
androidxAppCompat = "1.7.0"
2223
androidxBenchmark = "1.3.4"
2324
androidxCamera = "1.5.0-SNAPSHOT"
2425
androidxConcurrentFutures = "1.2.0"
25-
androidxCoreKtx = "1.15.0"
26-
androidxDatastore = "1.1.4"
26+
androidxCoreKtx = "1.16.0"
27+
androidxDatastore = "1.1.6"
2728
androidxGraphicsCore = "1.0.3"
2829
androidxHiltNavigationCompose = "1.2.0"
29-
androidxLifecycle = "2.8.7"
30-
androidxMedia3 = "1.6.0"
31-
androidxNavigationCompose = "2.8.9"
30+
androidxLifecycle = "2.9.0"
31+
androidxMedia3 = "1.6.1"
32+
androidxNavigationCompose = "2.9.0"
3233
androidxProfileinstaller = "1.4.1"
3334
androidxTestEspresso = "3.6.1"
3435
androidxTestJunit = "1.2.1"
3536
androidxTestMonitor = "1.7.2"
3637
androidxTestRules = "1.6.1"
3738
androidxTestUiautomator = "2.3.0"
38-
androidxTracing = "1.2.0"
39+
androidxTracing = "1.3.0"
3940
cmake = "3.22.1"
4041
kotlinxAtomicfu = "0.27.0"
4142
kotlinxCoroutines = "1.10.2"
42-
hilt = "2.56.1"
43+
hilt = "2.56.2"
4344
junit = "4.13.2"
4445
mockitoCore = "5.17.0"
45-
protobuf = "4.30.2"
46+
protobuf = "4.31.0"
4647
robolectric = "4.14.1"
4748
truth = "1.4.4"
4849

0 commit comments

Comments
 (0)