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-07-07 06:50:59 +0300
committerDaniel Schaal <daniel@schaal.email>2016-07-07 06:50:59 +0300
commit261201a50d03e95106cdad19324e13151d04d971 (patch)
tree2b955971af0b361356328e3f4ef09781396870e8
parent6393ead7239a1fbed69cca0d5d05360a97f64373 (diff)
Update to release 0.12 (15)v0.12
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/build.gradle4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50d65699..170df712 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.12 (2016-07-07)
+
+The "Nothing to see here" release
+
+* Fix the build on f-droid
+
## 0.11 (2016-06-29)
The "New colors, please" release
diff --git a/app/build.gradle b/app/build.gradle
index 52427716..1e77931e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,8 +29,8 @@ android {
applicationId "email.schaal.ocreader"
minSdkVersion 16
targetSdkVersion 24
- versionCode 14
- versionName "0.11"
+ versionCode 15
+ versionName "0.12"
archivesBaseName="${getApplicationId()}_${getVersionCode()}"