Skip to content

Commit

Permalink
Updated Android Arch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Oct 20, 2017
1 parent 5e3b9aa commit b46ec75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ allprojects {
buildTools = "26.0.2"

// Android Architecture Components
archLifecycleVer = "1.0.0"
archExtensionsVer = "1.0.0-beta2"
archLifecycleVer = "1.0.3"
archExtensionsVer = "1.0.0-rc1"
archPersistenceVer = archExtensionsVer
archLib = [
lifecycle : "android.arch.lifecycle:runtime:${archLifecycleVer}",
Expand All @@ -36,7 +36,7 @@ allprojects {

// Support Libraries dependencies
supportVer = "26.1.0"
constraintVer = "1.1.0-beta1"
constraintVer = "1.1.0-beta2"
supportLib = [
design : "com.android.support:design:${supportVer}",
recyclerView : "com.android.support:recyclerview-v7:${supportVer}",
Expand Down

0 comments on commit b46ec75

Please sign in to comment.