From 16912138e321c5b343bf0ca5dd8a3c593a4dab7a Mon Sep 17 00:00:00 2001 From: plusCubed Date: Fri, 22 Apr 2016 21:23:46 -0700 Subject: [PATCH] Bump 1.1.7 --- app/build.gradle | 4 ++-- app/proguard-rules.pro | 4 ++++ app/src/main/res/raw/changelog.html | 7 +++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7db2283..137de9e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,8 @@ android { applicationId "com.pluscubed.velociraptor" minSdkVersion 16 targetSdkVersion 23 - versionCode 12 - versionName "1.1.6" + versionCode 13 + versionName "1.1.7" vectorDrawables.useSupportLibrary = true manifestPlaceholders = [appName: "@string/app_name"] } diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index a159632..8f08a37 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -64,6 +64,10 @@ -keepnames class com.fasterxml.jackson.** { *; } +-keepclasseswithmembers class * { + @com.fasterxml.jackson.annotation.* ; +} + #RxJava -keep class rx.** { *; } diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index a157a4c..d5a4ef4 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -27,6 +27,13 @@ +

v1.1.7 - 4/22/16

+ +
+

v1.1.6 - 4/20/16