Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
It took me a while to realise that this perhaps is worth more than a
.0.1 update.
  • Loading branch information
F4uzan committed Mar 15, 2019
1 parent e388033 commit 377d381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "mono.hg"
minSdkVersion 14
targetSdkVersion 28
versionCode 22
versionName "1.4.0"
versionCode 23
versionName "1.4.1"
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
// Android support libraries.
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha02'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha03'
implementation 'androidx.preference:preference:1.0.0'
implementation 'com.google.android.material:material:1.1.0-alpha04'

Expand Down

0 comments on commit 377d381

Please sign in to comment.