summaryrefslogtreecommitdiff
path: root/main/build.gradle
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2016-10-09 13:39:36 +0200
committerArne Schwabe <arne@rfc2549.org>2016-10-10 00:53:12 +0200
commitb67c9b17f967b950a2666cda64510f6e4ddc4092 (patch)
treeeea0c6a7775ba891e68f3a4e50c454280ba20915 /main/build.gradle
parent56f03f5dc03e2b0534bc1b0686b916edcadcf061 (diff)
workaound bug in russian translation with shorter translation: Thanks for all who told me about that bugv0.6.60-productionv0.6.60
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 570d21df..b42a1077 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -27,8 +27,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
- versionCode = 140
- versionName = "0.6.59"
+ versionCode = 141
+ versionName = "0.6.60"
}
sourceSets {