Skip to content

Commit 7aeac15

Browse files
committed
chore: bump version to 1.9.11 (31)
1 parent 2b78cb6 commit 7aeac15

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "app.pwhs.universalinstaller"
1919
minSdk = 24
2020
targetSdk = 36
21-
versionCode = 30
22-
versionName = "1.9.10"
21+
versionCode = 31
22+
versionName = "1.9.11"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)