pull/84/head v1.0.8
florent champigny 7 years ago
parent 64cf2f430f
commit 73da2dcb93
  1. 7
      build.gradle

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
// NOTE: Do not place your application dependencies here; they belong
@ -18,11 +18,10 @@ allprojects {
}
}
//for Continuous Integration
ext {
sdk = 25
buildTools = "25.0.2"
buildTools = "25.0.0" //keep 25.0.0 for Continuous Integration
minSdk = 10
libraryVersion = "1.0.7.1"
libraryVersion = "1.0.8"
supportVersion = "25.0.0"
}

Loading…
Cancel
Save