File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.2.40 '
4+ ext. kotlin_version = ' 1.2.41 '
55 repositories {
66 google()
77 jcenter()
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments