Skip to content

Commit

Permalink
Updated versionCode to 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou committed Jun 5, 2022
1 parent bdbe875 commit 0c7fc20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First, find a phone with LCD screen. Modern phones with non-square screens use O

Clone this repo, then run `git submodule update --init` to get FlipClock, then the font symlink under assets should work, if not, run `ln -s app/jni/flipclock/dists/flipclock.ttf app/src/main/assets/flipclock.ttf`. Open this project with Android Studio and try to build by yourself.

When the APP started, double tap to switch between 12/24-hour clock format, rotate your phone to switch between landscape and portrait, don't forget to enable your phone's auto-rotate option.
When the APP started, 2 fingers touch/double tap to switch between 12/24-hour clock format, 3 fingers touch to toggle second, rotate your phone to switch between landscape and portrait, don't forget to enable your phone's auto-rotate option.

Java shim was taken directly from SDL2's `android-project` subdir and I won't modify them to keep consistnt with upstream.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
}
minSdkVersion 16
targetSdkVersion 32
versionCode 7
versionName "1.0.6"
versionCode 8
versionName "1.1.0"
externalNativeBuild {
ndkBuild {
arguments "APP_PLATFORM=android-16"
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 7,
"versionName": "1.0.6",
"versionCode": 8,
"versionName": "1.1.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 0c7fc20

Please sign in to comment.