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

Commit

Permalink
⬆️ 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Feb 6, 2019
1 parent 4cbddbe commit 877eaa9
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 21
targetSdkVersion 28
versionCode 8
versionName "1.0"
versionCode 9
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "SERVER_BASE_URL", SERVER_BASE_URL
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies {

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

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

implementation 'com.jakewharton:butterknife:10.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
Expand Down

0 comments on commit 877eaa9

Please sign in to comment.