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 853db29 commit 9a74e63Copy full SHA for 9a74e63
app/build.gradle.kts
@@ -20,7 +20,7 @@ android {
20
21
defaultConfig {
22
applicationId = "io.github.chsbuffer.revancedxposed"
23
- versionCode = 30
+ versionCode = 31
24
versionName = "1.0.$versionCode"
25
val patchVersion = Properties().apply {
26
rootProject.file("revanced-patches/gradle.properties").inputStream().use { load(it) }
0 commit comments