Skip to content

Commit

Permalink
Fix build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Aug 9, 2019
1 parent d16a6f7 commit 0c17f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 0c17f56

Please sign in to comment.