Skip to content

Commit 8b5bff4

Browse files
committed
bump 1.0.25
1 parent d73f703 commit 8b5bff4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import groovy.xml.slurpersupport.NodeChild
44
import org.gradle.kotlin.dsl.support.uppercaseFirstChar
55
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
import java.util.Properties
7-
import kotlin.apply
87

98
plugins {
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) }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.12.1"
2+
agp = "8.12.2"
33
kotlin = "2.2.10"
44
dexkit = "2.0.6"
55
xposed = "82"

0 commit comments

Comments
 (0)