Skip to content

Commit c0eba85

Browse files
committed
Update modules and libraries
1 parent a9d5b24 commit c0eba85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.2.40'
4+
ext.kotlin_version = '1.2.41'
55
repositories {
66
google()
77
jcenter()

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation fileTree(dir: 'libs', include: ['*.jar'])
3232
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3333
implementation 'com.android.support:appcompat-v7:27.1.1'
34-
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
34+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
3535

3636
implementation project(':toggleedittextview')
3737
}

0 commit comments

Comments
 (0)