Release v1.2.7

captchafix2 v1.2.7
Floens 11 years ago
parent c9a522c24e
commit 1de9ee42cf
  1. 4
      CHANGES.txt
  2. 6
      Clover/app/build.gradle

@ -1,3 +1,7 @@
New in 1.2.7 (2015-01-31)
- Fix some image loading issues
New in 1.2.6 (2015-01-28) New in 1.2.6 (2015-01-28)
- Fix for captcha image not loading - Fix for captcha image not loading

@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
versionName "v1.2.6" versionName "v1.2.7"
versionCode 45 versionCode 46
} }
compileOptions { compileOptions {

Loading…
Cancel
Save