We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3b9aa commit b46ec75Copy full SHA for b46ec75
build.gradle
@@ -19,8 +19,8 @@ allprojects {
19
buildTools = "26.0.2"
20
21
// Android Architecture Components
22
- archLifecycleVer = "1.0.0"
23
- archExtensionsVer = "1.0.0-beta2"
+ archLifecycleVer = "1.0.3"
+ archExtensionsVer = "1.0.0-rc1"
24
archPersistenceVer = archExtensionsVer
25
archLib = [
26
lifecycle : "android.arch.lifecycle:runtime:${archLifecycleVer}",
@@ -36,7 +36,7 @@ allprojects {
36
37
// Support Libraries dependencies
38
supportVer = "26.1.0"
39
- constraintVer = "1.1.0-beta1"
+ constraintVer = "1.1.0-beta2"
40
supportLib = [
41
design : "com.android.support:design:${supportVer}",
42
recyclerView : "com.android.support:recyclerview-v7:${supportVer}",
0 commit comments