Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20f98f6

Browse files
committedNov 19, 2024·
Merge branch 'master' of https://github.com/Felocord/Xposed
2 parents 644c81b + ce2219c commit 20f98f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "io.github.felitendo.xposed"
1313
minSdk = 24
1414
targetSdk = 33
15-
versionCode = 100
16-
versionName = "v1.0.0"
15+
versionCode = 101
16+
versionName = "v1.0.1"
1717
}
1818

1919
buildTypes {

0 commit comments

Comments
 (0)
Please sign in to comment.