Skip to content

Commit 1a853e1

Browse files
committed
chore: bump version to 1.9.4 (24)
1 parent 31a2244 commit 1a853e1

3 files changed

Lines changed: 12 additions & 4 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 = 23
22-
versionName = "1.9.3"
21+
versionCode = 24
22+
versionName = "1.9.4"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Auto-trigger installation after parsing files
2+
- Skip & Install option is restricted to standard APKs
3+
- Expandable failed installation cards with copy log action
4+
- Applied application theme preferences to dialog flow
5+
- Supported multiple theme presets (Orange, Blue, Green, etc.)
6+
- Added scrollable shimmer skeletons to prevent UI squishing
7+
- Portuguese (Brazil) translation updates
8+
- Fixed reinstall application logic

tv/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "app.pwhs.universalinstaller.tv"
1616
minSdk = 24
1717
targetSdk = 36
18-
versionCode = 23
19-
versionName = "1.9.3"
18+
versionCode = 24
19+
versionName = "1.9.4"
2020

2121
}
2222

0 commit comments

Comments
 (0)