Skip to content

Commit

Permalink
Updated maven gradle plugin to 2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia committed Mar 4, 2019
1 parent afc1ef2 commit 9924360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ buildscript {

repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
jcenter()
}

dependencies {
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand All @@ -18,8 +18,8 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
jcenter()
}
}

Expand Down

0 comments on commit 9924360

Please sign in to comment.