Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
floens committed Jan 17, 2016
1 parent 0a5f14f commit 3916188
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
New in 2.1.2 (2016-01-17)
- Fix for a crash on Android 4
- Changed the top boards again


New in 2.1.1 (2016-01-17)
- Fix for the freeze bug
- Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions Clover/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 23

versionName "v2.1.1"
versionCode 53
versionName "v2.1.2"
versionCode 54
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class PreviousVersionHandler {
* 51 = v2.0.0 = 1
* 52 = v2.1.0 = 2
* 53 = v2.1.1 = 2
* 54 = v2.1.2 = 2
*/
private static final int CURRENT_VERSION = 2;

Expand Down
Binary file added releases/Clover_v2.1.2.apk
Binary file not shown.

0 comments on commit 3916188

Please sign in to comment.