File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import groovy.xml.slurpersupport.NodeChild
44import org.gradle.kotlin.dsl.support.uppercaseFirstChar
55import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66import java.util.Properties
7- import kotlin.apply
87
98plugins {
109 alias(libs.plugins.android.application)
@@ -21,7 +20,7 @@ android {
2120
2221 defaultConfig {
2322 applicationId = " io.github.chsbuffer.revancedxposed"
24- versionCode = 24
23+ versionCode = 25
2524 versionName = " 1.0.$versionCode "
2625 val patchVersion = Properties ().apply {
2726 rootProject.file(" revanced-patches/gradle.properties" ).inputStream().use { load(it) }
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.12.1 "
2+ agp = " 8.12.2 "
33kotlin = " 2.2.10"
44dexkit = " 2.0.6"
55xposed = " 82"
You can’t perform that action at this time.
0 commit comments