Update APK to support recent UI changes for auto-commissioning PiperOrigin-RevId: 816493503
diff --git a/ui_automator/android/app/new_snippet.apk b/ui_automator/android/app/new_snippet.apk index cf27667..2c17f97 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/android/app/snippet.apk b/ui_automator/android/app/snippet.apk deleted file mode 100644 index 018a3ae..0000000 --- a/ui_automator/android/app/snippet.apk +++ /dev/null Binary files differ
diff --git a/ui_automator/version.py b/ui_automator/version.py index b281ce0..4f8e287 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.09.02.801969437-userdebug", and -userdebug +# The full version name is "2025.10.07.816070708-userdebug", and -userdebug # is removed since it's not valid. -_SEMANTIC_VERSION = "2025.09.02.801969437" +_SEMANTIC_VERSION = "2025.10.07.816070708" VERSION = _SEMANTIC_VERSION