Skip to content

Commit

Permalink
update to 2.10 rev8
Browse files Browse the repository at this point in the history
  • Loading branch information
antest1 committed Mar 1, 2024
1 parent 5de2259 commit fa0ff9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.antest1.kcanotify"
minSdkVersion 16
targetSdkVersion 33
versionCode 210101
versionName "2.10r7"
versionCode 210102
versionName "2.10r8"

multiDexEnabled true
externalNativeBuild {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/versions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version" translatable="false">2.10 rev7</string>
<string name="app_version" translatable="false">2.10 rev8</string>
<string name="default_gamedata_version" translatable="false">5.8.4.0</string>
</resources>

0 comments on commit fa0ff9a

Please sign in to comment.