Skip to content

Commit f2aecd7

Browse files
committed
chore: bump version to 1.9.7 (27)
1 parent ac0ce15 commit f2aecd7

2 files changed

Lines changed: 4 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 = 26
22-
versionName = "1.9.6"
21+
versionCode = 27
22+
versionName = "1.9.7"
2323

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

Comments
 (0)