Skip to content

Commit

Permalink
APK version 1.29.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Jan 19, 2025
1 parent 630f166 commit 0232b1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ android {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

bundle {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
set("ndkVersionShared", "27.0.12077973")
set("versionMajor", 1)
set("versionMinor", 29)
set("versionPatch", 0)
set("versionPatch", 2)
set("versionWrapper", 0)
}

Expand Down

0 comments on commit 0232b1d

Please sign in to comment.