From 0c17f56d5cbbe0f6f6239ef3a198a9c3159f3644 Mon Sep 17 00:00:00 2001 From: enricocid Date: Fri, 9 Aug 2019 21:48:03 +0200 Subject: [PATCH] Fix build.gradle Signed-off-by: enricocid --- README.md | 4 +++- project/app/build.gradle | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b856eaf..08c022f6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ -###### Current version: [(11) 1.3.0](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.3.0) +###### Current version: [(12) 1.3.0.1](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.3.0.1) ###### Based on the project [Potate da home](https://github.com/enricocid/PotateDaHome) ![Screenshots](https://raw.githubusercontent.com/enricocid/VectorifyDaHome/master/vdh3.gif) @@ -55,6 +55,8 @@ The app itself implements a dark/light theme switcher! - Aidan Follestad for beautiful [Material Dialogs](https://github.com/afollestad/material-dialogs/) library +- [TacoTheDank](https://github.com/TacoTheDank) for upgrades to gradle, java 1.8 and fixes on Music Player GO which I used here! + # Notice: diff --git a/project/app/build.gradle b/project/app/build.gradle index 8dcca092..2da5e56d 100644 --- a/project/app/build.gradle +++ b/project/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.iven.iconify" minSdkVersion 21 targetSdkVersion 29 - versionCode 11 - versionName "1.3.0" + versionCode 12 + versionName "1.3.0.1" } // Configure only for each module that uses Java 8 @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'androidx.core:core-ktx:1.0.2' - implementation 'androidx.preference:preference:1.1.0-rc01' + implementation 'androidx.preference:preference-ktx:1.0.0' implementation 'com.afollestad.material-dialogs:core:3.1.0' implementation 'com.afollestad.material-dialogs:color:3.1.0' api 'com.google.android.material:material:1.0.0'