Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassine Chbani authored and cybergrind committed Oct 29, 2018
1 parent 3821842 commit ee9df30
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
buildscript {
repositories {
google()
mavenLocal()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

repositories {
mavenCentral()
allprojects {
repositories {
google()
jcenter()
}
}

task wrapperCC(type: Wrapper) {
Expand Down

0 comments on commit ee9df30

Please sign in to comment.