There was an error while loading. Please reload this page.
1 parent 1539ced commit 3fbff41Copy full SHA for 3fbff41
README.md
@@ -26,7 +26,6 @@ Add this in your applications AndroidManifest.xml
26
27
###Gradle
28
Just use it as a dependency in your app's build.gradle file
29
-*(will be available shortly)*
30
31
```groovy
32
dependencies {
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
jcenter()
6
}
7
8
- classpath 'com.android.tools.build:gradle:2.1.3'
+ classpath 'com.android.tools.build:gradle:2.2.2'
9
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
10
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
11
// NOTE: Do not place your application dependencies here; they belong
0 commit comments