We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b78cb6 commit 7aeac15Copy full SHA for 7aeac15
2 files changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "app.pwhs.universalinstaller"
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 30
22
- versionName = "1.9.10"
+ versionCode = 31
+ versionName = "1.9.11"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
fastlane/metadata/android/en-US/changelogs/31.txt
@@ -0,0 +1,4 @@
1
+- Add System Installer fallback when installation fails.
2
+- Fix filename sanitization to allow parentheses.
3
+- Fix visibility of background service apps.
4
+- Fix root mode default installer.
0 commit comments