Release v2.1.2

multisite v2.1.2
Floens 10 years ago
parent 0a5f14fa99
commit 3916188fe3
  1. 5
      CHANGES.txt
  2. 4
      Clover/app/build.gradle
  3. 1
      Clover/app/src/main/java/org/floens/chan/ui/helper/PreviousVersionHandler.java
  4. BIN
      releases/Clover_v2.1.2.apk

@ -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

@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionName "v2.1.1"
versionCode 53
versionName "v2.1.2"
versionCode 54
}
compileOptions {

@ -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;

Binary file not shown.
Loading…
Cancel
Save