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 719f455 commit 1e83709Copy full SHA for 1e83709
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 = 25
22
- versionName = "1.9.5"
+ versionCode = 26
+ versionName = "1.9.6"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
fastlane/metadata/android/en-US/changelogs/26.txt
@@ -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