Skip to content

Commit

Permalink
Updates to WorkManager v2.0.1 and Gradle Plugin v3.4.0.
Browse files Browse the repository at this point in the history
Change-Id: I57692c284c03c637ced3c5366f403d69ebe60998
  • Loading branch information
pfmaggi committed Apr 24, 2019
1 parent e3faf4e commit ec9e065
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ASSETS_LICENSE.md
Expand Up @@ -4,7 +4,7 @@ The licenses for the asset files included in this demo can be found below.

## test.png

Retreived from [https://www.ars.usda.gov/oc/images/photos/jun04/k11252-1/](https://www.ars.usda.gov/oc/images/photos/jun04/k11252-1/) on 28 April 2018.
Retrieved from [https://www.ars.usda.gov/oc/images/photos/jun04/k11252-1/](https://www.ars.usda.gov/oc/images/photos/jun04/k11252-1/) on 28 April 2018.

Photo courtesy of USDA Agricultural Research Service

Expand All @@ -16,4 +16,5 @@ When using these photos, we ask that you credit the Agricultural Research Servic

Photo by (photographer's name), USDA Agricultural Research Service.
Photo courtesy of USDA Agricultural Research Service.
Photo courtesy of USDA ARS.
Photo courtesy of USDA ARS.

4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -44,9 +44,9 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.appcompat:appcompat:1.1.0-alpha02"
implementation "androidx.appcompat:appcompat:1.1.0-alpha04"
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.constraintlayout:constraintlayout:2.0.0-alpha3"
implementation "androidx.constraintlayout:constraintlayout:2.0.0-alpha4"
implementation "androidx.work:work-runtime:$versions.work"
implementation "com.github.bumptech.glide:glide:$versions.glide"
}
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.0'
}
}

Expand All @@ -29,4 +29,4 @@ versions.targetSdk = 27
versions.support = "28.0.0"
versions.constraint_layout = "1.1.3"
versions.glide = "4.8.0"
versions.work = "2.0.0-rc01"
versions.work = "2.0.1"
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Tue Mar 05 10:21:25 GMT 2019
#Wed Apr 24 12:54:41 BST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit ec9e065

Please sign in to comment.