We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817e7b2 commit e0e357aCopy full SHA for e0e357a
app/build.gradle.kts
@@ -20,7 +20,7 @@ android {
20
21
defaultConfig {
22
applicationId = "io.github.chsbuffer.revancedxposed"
23
- versionCode = 37
+ versionCode = 38
24
versionName = "1.0.$versionCode"
25
val patchVersion = Properties().apply {
26
rootProject.file("revanced-patches/gradle.properties").inputStream().use { load(it) }
0 commit comments