Skip to content

Commit 1e83709

Browse files
committed
chore: bump version to 1.9.6 (26)
1 parent 719f455 commit 1e83709

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 = 25
22-
versionName = "1.9.5"
21+
versionCode = 26
22+
versionName = "1.9.6"
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+
- Fix incorrect Root indication on non-rooted phones (#57)
2+
- Fix Shizuku install on specific profiles for Android 11+ (#58)
3+
- Add progress dialog for APK extraction (#62)
4+
- Fix App Manager filter logic for disabled apps (#63)

0 commit comments

Comments
 (0)