diff --git a/build.gradle b/build.gradle index 1b4c049..3b4ec7f 100644 --- a/build.gradle +++ b/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" }