File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828
2929
3030dependencies {
31- compile fileTree(include : [' *.jar' ], dir : ' libs' )
31+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
3232 implementation " com.android.support:appcompat-v7:$SLVersion "
3333// implementation 'com.github.lwjfork:CodeEditText:1.0.4'
3434 implementation project(' :CodeEditText' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ allprojects {
3535
3636ext {
3737 compileSdkVersion = 28
38- buildToolsVersion = " 26 .0.2 "
38+ buildToolsVersion = " 27 .0.3 "
3939 minSdkVersion = 14
4040 targetSdkVersion = 25
4141 supportLibVersion = " 25.0.1"
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ org.gradle.jvmargs=-Xmx1536m
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313# org.gradle.parallel=true
14- DEFAULT_GRADLE_VERSION =3.0.1
14+ DEFAULT_GRADLE_VERSION =3.1.2
You can’t perform that action at this time.
0 commit comments