Update APK to support GHA version 4.0.53.2 PiperOrigin-RevId: 820520173
diff --git a/ui_automator/android/app/new_snippet.apk b/ui_automator/android/app/new_snippet.apk index 2c17f97..a8804e0 100755 --- a/ui_automator/android/app/new_snippet.apk +++ b/ui_automator/android/app/new_snippet.apk Binary files differ
diff --git a/ui_automator/version.py b/ui_automator/version.py index 4f8e287..a446887 100644 --- a/ui_automator/version.py +++ b/ui_automator/version.py
@@ -17,8 +17,8 @@ from typing import Optional -# The full version name is "2025.10.07.816070708-userdebug", and -userdebug +# The full version name is "2025.10.16.820032923-userdebug", and -userdebug # is removed since it's not valid. -_SEMANTIC_VERSION = "2025.10.07.816070708" +_SEMANTIC_VERSION = "2025.10.16.820032923" VERSION = _SEMANTIC_VERSION