Skip to content

Commit af6636d

Browse files
committed
chore: bump version to 1.9.8 (28)
1 parent c5916d4 commit af6636d

2 files changed

Lines changed: 12 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 = 27
22-
versionName = "1.9.7"
21+
versionCode = 28
22+
versionName = "1.9.8"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
• Add install engine picker (default, Shizuku, or root)
2+
• Redesign list cards with flat outline style
3+
• Fix APK extract crash on certain filename templates
4+
• Fix installer profile not accessible from install flow
5+
• Fix long package names overlapping in app details
6+
• Sort installed apps by last updated
7+
• Split app badge on installed apps list
8+
• Built-in directory picker for extract output
9+
• XAPK format for split app extraction
10+
• Bulk extract for selected installed apps

0 commit comments

Comments
 (0)