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 56de0c3 commit 673a21cCopy full SHA for 673a21c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.4.0
2
+- Add ability to specify installer package.
3
+
4
# 0.3.0
5
- Add direct root support.
6
- Remove "Disable Allowed APEX Update Check" on Android 12 and 13 since it shares its value with "Allow Restricted Permissions".
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "dev.zwander.installwithoptions"
15
minSdk = 24
16
targetSdk = 34
17
- versionCode = 6
18
- versionName = "0.3.0"
+ versionCode = 7
+ versionName = "0.4.0"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
0 commit comments