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 c4872e0 commit 970be44Copy full SHA for 970be44
app/build.gradle.kts
@@ -16,7 +16,7 @@ android {
16
17
defaultConfig {
18
applicationId = "io.github.chsbuffer.revancedxposed"
19
- versionCode = 23
+ versionCode = 24
20
versionName = "1.0.$versionCode"
21
val patchVersion = Properties().apply {
22
rootProject.file("revanced-patches/gradle.properties").inputStream().use { load(it) }
0 commit comments