We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c69fef commit 82c72bdCopy full SHA for 82c72bd
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mobly Android Partner Tools release history
2
3
+## 1.1.1 (2025-05-07)
4
+
5
+### Fixes
6
+* [mobly_runner] Remove hardcoded BeToCQ APK resource file path when installing
7
+ test APKs with `-i`
8
9
10
## 1.1.0 (2025-04-28)
11
12
### New
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mobly-android-partner-tools"
-version = "1.1.0"
+version = "1.1.1"
description = "Command-line utilities used by Android partners to run packaged Mobly tests and upload test results."
readme = "README.md"
requires-python = ">=3.11"
0 commit comments