Skip to content
Closed
Prev Previous commit
Next Next commit
upd gradle, android-maven-gradle-plugin, gradle-bintray-plugin
  • Loading branch information
kesha-antonov committed May 2, 2017
commit bb79034f60af0a614430b4e0ab100c0fcb5b4d27
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-beta3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1"
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down