Skip to content

Commit 673a21c

Browse files
committed
Version 0.4.0
1 parent 56de0c3 commit 673a21c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.4.0
2+
- Add ability to specify installer package.
3+
14
# 0.3.0
25
- Add direct root support.
36
- Remove "Disable Allowed APEX Update Check" on Android 12 and 13 since it shares its value with "Allow Restricted Permissions".

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "dev.zwander.installwithoptions"
1515
minSdk = 24
1616
targetSdk = 34
17-
versionCode = 6
18-
versionName = "0.3.0"
17+
versionCode = 7
18+
versionName = "0.4.0"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables {

0 commit comments

Comments
 (0)