Skip to content

Commit

Permalink
depend on 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Apr 22, 2019
1 parent 3483bf0 commit 55618e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
repositories {
maven {
url "http://dl.bintray.com/kezong/maven"
}

// maven {
// url "http://dl.bintray.com/kezong/maven"
// }
jcenter()
google()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.kezong:fat-aar:1.0.1'
classpath 'com.kezong:fat-aar:1.0.3'
}
}

Expand Down

0 comments on commit 55618e5

Please sign in to comment.