Skip to content

Commit

Permalink
Support Android Studio V3.6
Browse files Browse the repository at this point in the history
Modify build.gradle to support Android Studio V3.6.
  • Loading branch information
seokhee-lee committed May 13, 2020
1 parent 9090ee7 commit bd909e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:3.6.0'
}
}

allprojects {
repositories {
google()
jcenter()
}
}
Expand Down

0 comments on commit bd909e7

Please sign in to comment.