Skip to content

Commit

Permalink
Merge pull request #1 from swankjesse/patch-1
Browse files Browse the repository at this point in the history
Use mavenCentral() instead of maven() to fix a build issue
  • Loading branch information
zhxnlai authored Jun 14, 2018
2 parents 422cd78 + 0efb456 commit a0960c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'

repositories {
maven()
mavenCentral()
google()
}

Expand Down

0 comments on commit a0960c7

Please sign in to comment.