Release v2.1.1 beta

multisite
Floens 10 years ago
parent c873a4fdc5
commit 7250c214ed
  1. 7
      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.1.apk

@ -1,3 +1,10 @@
New in 2.1.1 (2016-01-17)
- Fix for the freeze bug
- Bug fixes
- The reply button color can be changed
- Reply button hides on scroll
New in 2.1.0 (2015-11-18)
This is the release version of 2.0.0 that added:
- Swipeable controllers

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

@ -52,6 +52,7 @@ public class PreviousVersionHandler {
* 50 = v1.2.11
* 51 = v2.0.0 = 1
* 52 = v2.1.0 = 2
* 53 = v2.1.1 = 2
*/
private static final int CURRENT_VERSION = 2;

Binary file not shown.
Loading…
Cancel
Save