Skip to content

Commit

Permalink
Bump version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Nov 28, 2021
1 parent f1d9ceb commit b5c4a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "dev.kdrag0n.android12ext"
minSdk = 30
targetSdk = 31
versionCode = 8000000
versionName = "8.0.0-test1"
versionCode = 9000000
versionName = "9.0.0-test1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions magisk/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=android12-extensions
name=Android 12 Extensions
version=v8.0.0
versionCode=8000000
version=v9.0.0
versionCode=9000000
author=kdrag0n
description=Enable and customize hidden features on Android 12 Beta 5.
description=Enable and customize hidden features on Android 12.
support=https://t.me/proton_projects

0 comments on commit b5c4a65

Please sign in to comment.