commit | 21d202c71be7854b429e3e46ab2f61b9aae4014b | [log] [tgz] |
---|---|---|
author | Aman Khosa <[email protected]> | Mon Jun 16 10:21:25 2025 +0000 |
committer | Aman Khosa <[email protected]> | Mon Jun 16 10:21:25 2025 +0000 |
tree | bb10d7650346038c931d052dee338f8ecada6774 | |
parent | 9d9c7712089cea163b309bca9af6314ee376f1f6 [diff] |
Bump wear integration test demo version to 1.82 Bug: N/A Test: N/A Change-Id: I36112f091e9abcffbfc4f75ce9835c013da90130
diff --git a/wear/compose/integration-tests/demos/build.gradle b/wear/compose/integration-tests/demos/build.gradle index 796d110..3e619de 100644 --- a/wear/compose/integration-tests/demos/build.gradle +++ b/wear/compose/integration-tests/demos/build.gradle
@@ -27,8 +27,8 @@ defaultConfig { applicationId = "androidx.wear.compose.integration.demos" minSdk = 25 - versionCode = 81 - versionName = "1.81" + versionCode = 82 + versionName = "1.82" } buildTypes {