We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6dc9d commit 2f18ac9Copy full SHA for 2f18ac9
app/build.gradle.kts
@@ -24,7 +24,7 @@ android {
24
25
defaultConfig {
26
applicationId = "io.github.chsbuffer.revancedxposed"
27
- versionCode = 38
+ versionCode = 39
28
versionName = "1.0.$versionCode"
29
val patchVersion = Properties().apply {
30
rootProject.file("revanced-patches/gradle.properties").inputStream().use { load(it) }
0 commit comments