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

Commit c186fb9

Browse files
committed
⬆️ 1.0
1 parent 08f8dcc commit c186fb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "nl.jpelgrm.movienotifier"
88
minSdkVersion 19
99
targetSdkVersion 27
10-
versionCode 7
11-
versionName "0.7"
10+
versionCode 8
11+
versionName "1.0"
1212

1313
vectorDrawables.useSupportLibrary = true
1414

@@ -41,7 +41,7 @@ dependencies {
4141

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

44-
implementation 'com.googlecode.libphonenumber:libphonenumber:8.8.6'
44+
implementation 'com.googlecode.libphonenumber:libphonenumber:8.8.8'
4545

4646
implementation 'com.google.code.gson:gson:2.8.2'
4747
implementation 'com.squareup.retrofit2:retrofit:2.3.0'

0 commit comments

Comments
 (0)