Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly1126 committed May 22, 2018
1 parent 9983880 commit df71fe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ buildscript {
ext.kotlin_version = '1.1.4'
repositories {
mavenLocal()
maven {
url 'https://dl.google.com/dl/android/maven2/'
}

google()
jcenter() {
url 'http://jcenter.bintray.com/'
}
}

dependencies {
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.0'
classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.1'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand All @@ -22,9 +21,7 @@ buildscript {
allprojects {
repositories {
mavenLocal()
maven {
url 'https://dl.google.com/dl/android/maven2/'
}
google()
jcenter() {
url 'http://jcenter.bintray.com'
}
Expand Down
Binary file not shown.
Binary file added plugins/gradle-android-plugin-aspectjx-2.0.1.jar
Binary file not shown.

0 comments on commit df71fe8

Please sign in to comment.