Skip to content

Commit 51723ad

Browse files
committed
fix build fail
1 parent afa15f8 commit 51723ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828

2929

3030
dependencies {
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')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allprojects {
3535

3636
ext {
3737
compileSdkVersion = 28
38-
buildToolsVersion = "26.0.2"
38+
buildToolsVersion = "27.0.3"
3939
minSdkVersion = 14
4040
targetSdkVersion = 25
4141
supportLibVersion = "25.0.1"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)