Releases: AppLovin/homebrew-Mobile-Tools
Releases · AppLovin/homebrew-Mobile-Tools
aldroid-v0.4.2
- Fix
--fallback
not using correct network security config name
aldroid-v0.4.1
- Fix
sign
command code
aldroid-v0.4.0
- Fixed a bug with
aldroid-running-app
not passing on multiple arguments - improved top Task recognition in
aldroid-running-app
- added
sign
command toaldroid
to quickly sign an apk after manual changes -i
support onbuild
- minor fixes (typos/extra printing)
aldroid-v0.3.12
- Added new
--fallback
flag todebuggable
path that unzips the original apk and manually adds the recompiledAndroidManifest
andnetworkSecurityConfig
into it. This sidesteps missing resource issues in split apks
aldroid-v0.3.11
- Ensure that the
networkSecuritConfig
entry in theAndroidManifest
has aandroid:
prefix
aldroid-v0.3.10
- Allow new
--incremental
flag to avoid issues whereadb
does not support it
aldroid-v0.3.9
- Fixed overly greedy matches of the application tag. This was causing issues when another xml element is on the same line as the application tag.
swiftformat-al-v0.52.8
Match original repo version
aldroid-v0.3.8
- Automatically removes meta tags with a null resource from the AndroidManifest
aldroid-v0.3.7
- Fixed a bug if debuggable was defined but not as android:debuggable