Skip to content

Commit

Permalink
update to 2.10 rev4
Browse files Browse the repository at this point in the history
  • Loading branch information
antest1 committed Aug 28, 2023
1 parent 0c2aa99 commit a98d073
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 210006
versionName "2.10r3"
versionCode 210007
versionName "2.10r4"

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 rev3</string>
<string name="app_version" translatable="false">2.10 rev4</string>
<string name="default_gamedata_version" translatable="false">5.7.1.0</string>
</resources>

0 comments on commit a98d073

Please sign in to comment.