Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schaal/ocreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaal <daniel@schaal.email>2016-08-26 12:15:06 +0300
committerDaniel Schaal <daniel@schaal.email>2016-08-26 12:15:06 +0300
commit59b1606c0721f7e53df96e5a8e08aca4a8716618 (patch)
tree11581eaf4b8c6b0450a94abbf5272969b181d231
parentb590bd3c686ceb7f99250a12d4d0a6bc7e7efc98 (diff)
Update version to 0.16 (19)v0.16
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/build.gradle4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f5d1e32..496d0331 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.16 (2016-08-26)
+
+* Fix crash when trying to login
+
## 0.15 (2016-08-24)
* It's now possible to manage feeds directly in the app
diff --git a/app/build.gradle b/app/build.gradle
index b4dba844..cf9e76e7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -30,8 +30,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 24
- versionCode 18
- versionName "0.15"
+ versionCode 19
+ versionName "0.16"
archivesBaseName="${getApplicationId()}_${getVersionCode()}"