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 ac0ce15 commit f2aecd7Copy full SHA for f2aecd7
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 = 26
22
- versionName = "1.9.6"
+ versionCode = 27
+ versionName = "1.9.7"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
fastlane/metadata/android/en-US/changelogs/27.txt
@@ -0,0 +1,2 @@
1
+- Fix searching for APK files on external SD cards (Issue #68).
2
+- Improve accessibility for selected items in the Manage Tab (Issue #69).
0 commit comments