Skip to content

Commit

Permalink
update libs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
humazed committed Apr 14, 2018
1 parent c07002c commit efa62a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.2.30'
kotlin_version = '1.2.31'
anko_version = '0.10.4'
support_version = '27.1.0'
support_version = '27.1.1'
arch_version = '1.0.0'
dokka_version = '0.9.15'
}
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
exclude group: 'com.google.android', module: 'android'
}
implementation "com.android.support:appcompat-v7:$support_version"
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'

implementation "android.arch.persistence.room:runtime:$arch_version"
annotationProcessor "android.arch.persistence.room:compiler:$arch_version"
Expand Down

0 comments on commit efa62a7

Please sign in to comment.