From 945bbfdf79679ded90181c6b8a0c0b83a5950a84 Mon Sep 17 00:00:00 2001 From: plusCubed Date: Mon, 29 Oct 2018 00:02:26 -0700 Subject: [PATCH] Bump 1.6.7, update translations --- app/build.gradle | 6 +-- app/src/main/res/raw/changelog.html | 7 ++++ app/src/main/res/values-es-rES/strings.xml | 44 ++++--------------- app/src/main/res/values-pl/strings.xml | 49 +++++++++++++++------- 4 files changed, 50 insertions(+), 56 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8f42e72..64a8ded 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { applicationId "com.pluscubed.velociraptor" minSdkVersion 16 targetSdkVersion 28 - versionCode 43 - versionName "1.6.6" + versionCode 44 + versionName "1.6.7" vectorDrawables.useSupportLibrary = true manifestPlaceholders = [appName: "@string/app_name"] multiDexEnabled true @@ -160,7 +160,7 @@ dependencies { implementation "com.squareup.retrofit2:converter-scalars:$retrofit_version" implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version" implementation "com.squareup.okhttp3:okhttp:$okhttp_version" - implementation 'com.squareup.okio:okio:1.15.0' + implementation 'com.squareup.okio:okio:1.16.0' implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version" implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version" diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index 5af3109..f05cd69 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -22,6 +22,13 @@ +

v1.6.7 - 10/28/18

+ +
+

v1.6.6 - 2/2/18