Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
⬆️ 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Dec 13, 2017
1 parent 08f8dcc commit c186fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "nl.jpelgrm.movienotifier"
minSdkVersion 19
targetSdkVersion 27
versionCode 7
versionName "0.7"
versionCode 8
versionName "1.0"

vectorDrawables.useSupportLibrary = true

Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {

implementation 'org.apache.commons:commons-text:1.1'

implementation 'com.googlecode.libphonenumber:libphonenumber:8.8.6'
implementation 'com.googlecode.libphonenumber:libphonenumber:8.8.8'

implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.squareup.retrofit2:retrofit:2.3.0'
Expand Down

0 comments on commit c186fb9

Please sign in to comment.