Commit c0eba85 1 parent a9d5b24 commit c0eba85 Copy full SHA for c0eba85
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.2.40 '
4
+ ext. kotlin_version = ' 1.2.41 '
5
5
repositories {
6
6
google()
7
7
jcenter()
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
32
32
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
33
33
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 '
35
35
36
36
implementation project(' :toggleedittextview' )
37
37
}
You can’t perform that action at this time.
0 commit comments