From 474cc4afa57326e45e90ba03b1f442e75b874f6e Mon Sep 17 00:00:00 2001 From: plusCubed Date: Wed, 7 Nov 2018 23:34:58 -0800 Subject: [PATCH] Bump 1.6.10 --- app/build.gradle | 6 +++--- app/src/main/res/raw/changelog.html | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 37b2963..2b91c09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,8 +45,8 @@ android { applicationId "com.pluscubed.velociraptor" minSdkVersion 16 targetSdkVersion 28 - versionCode 46 - versionName "1.6.9" + versionCode 47 + versionName "1.6.10" vectorDrawables.useSupportLibrary = true manifestPlaceholders = [appName: "@string/app_name"] if(project.hasProperty("RELEASE_STORE_FILE")){ @@ -132,7 +132,7 @@ dependencies { implementation "androidx.room:room-runtime:$room_version" kapt "androidx.room:room-compiler:$room_version" - implementation "androidx.appcompat:appcompat:1.0.1" + implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.annotation:annotation:1.0.0" implementation "androidx.cardview:cardview:1.0.0" implementation "com.google.android.material:material:1.0.0" diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index 39981bd..c360370 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -22,6 +22,14 @@ +

v1.6.10 - 11/6/18

+ +
+

v1.6.9 - 11/1/18