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