diff --git a/CHANGES.txt b/CHANGES.txt index 7f7dc6db..c6eccc1b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) - Fix for captcha image not loading diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle index e772fb32..49abb8ca 100644 --- a/Clover/app/build.gradle +++ b/Clover/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 14 targetSdkVersion 21 - versionName "v1.2.6" - versionCode 45 + versionName "v1.2.7" + versionCode 46 } compileOptions {