Skip to content

Commit 3fbff41

Browse files
committed
Updated gradle and readme
1 parent 1539ced commit 3fbff41

File tree

3 files changed

+3739
-2
lines changed

3 files changed

+3739
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Add this in your applications AndroidManifest.xml
2626

2727
###Gradle
2828
Just use it as a dependency in your app's build.gradle file
29-
*(will be available shortly)*
3029

3130
```groovy
3231
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.3'
8+
classpath 'com.android.tools.build:gradle:2.2.2'
99
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1111
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)