commit | ec114cba2c169eed8d33606261ce08c3c0852209 | [log] [tgz] |
---|---|---|
author | Kate Hsieh <yuchihsieh@google.com> | Thu May 15 21:18:51 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 15 21:19:43 2025 -0700 |
tree | d95067de3f5c9e3222d5983b2d49ba86e8eddd3a | |
parent | 69a49b0b64d5756ca13c62d7ff8ef2296f030cad [diff] |
1.0.5-rc.2 PiperOrigin-RevId: 759432144
diff --git a/ui_automator/android/app/snippet.apk b/ui_automator/android/app/snippet.apk index 721c2e5..820cb81 100644 --- a/ui_automator/android/app/snippet.apk +++ b/ui_automator/android/app/snippet.apk Binary files differ
diff --git a/ui_automator/version.py b/ui_automator/version.py index 8525aa3..eaea5ab 100644 --- a/ui_automator/version.py +++ b/ui_automator/version.py
@@ -17,6 +17,6 @@ from typing import Optional -_SEMANTIC_VERSION = "1.0.5-rc.1" +_SEMANTIC_VERSION = "1.0.5-rc.2" VERSION = _SEMANTIC_VERSION