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

Commit 877eaa9

Browse files
committed
⬆️ 1.1
1 parent 4cbddbe commit 877eaa9

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 21
99
targetSdkVersion 28
10-
versionCode 8
11-
versionName "1.0"
10+
versionCode 9
11+
versionName "1.1"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313

1414
buildConfigField "String", "SERVER_BASE_URL", SERVER_BASE_URL
@@ -54,7 +54,7 @@ dependencies {
5454

5555
implementation 'com.google.android.gms:play-services-location:16.0.0'
5656

57-
implementation 'android.arch.work:work-runtime:1.0.0-beta03'
57+
implementation 'android.arch.work:work-runtime:1.0.0-beta04'
5858

5959
implementation 'com.jakewharton:butterknife:10.0.0'
6060
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'

0 commit comments

Comments
 (0)