Update to v1.2.11

filtering v1.2.11
Floens 10 years ago
parent ea4309642d
commit c9bc821fe7
  1. 4
      CHANGES.txt
  2. 4
      Clover/app/build.gradle

@ -1,3 +1,7 @@
New in 1.2.11 (2015-06-20)
- Update/fix captchas
New in 1.2.10 (2015-04-01)
With the help of recaptcha support and nin9tyfour (developer of the iOS 4chan app Fortune), recaptcha v2 has been implemented. This means you will see the captcha box you also see on the desktop.

@ -8,8 +8,8 @@ android {
minSdkVersion 14
targetSdkVersion 21
versionName "v1.2.10"
versionCode 49
versionName "v1.2.11"
versionCode 50
}
compileOptions {

Loading…
Cancel
Save