| commit | 69a49b0b64d5756ca13c62d7ff8ef2296f030cad | [log] [tgz] |
|---|---|---|
| author | Kate Hsieh <yuchihsieh@google.com> | Mon May 12 00:28:59 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon May 12 00:29:39 2025 -0700 |
| tree | 4ded214976361d80d5379f9b3915eaa1e40346ea | |
| parent | 6668dc5d8e912aa611f5abcf0b9b7314a0280a5c [diff] |
1.0.5-rc.1 PiperOrigin-RevId: 757628921
diff --git a/ui_automator/android/app/snippet.apk b/ui_automator/android/app/snippet.apk index 656b663..721c2e5 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 79de502..8525aa3 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.0" +_SEMANTIC_VERSION = "1.0.5-rc.1" VERSION = _SEMANTIC_VERSION