Skip to content

Commit b88b359

Browse files
committed
Updated Gradle version to 2.1.2, so that Instant Run can be used
1 parent 5330ce2 commit b88b359

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'aar-link-sources'
32
apply plugin: 'groovyx.grooid.groovy-android'
43

54
android {
@@ -11,6 +10,8 @@ android {
1110
targetSdkVersion 23
1211
versionCode 16
1312
versionName "1.1.0"
13+
14+
vectorDrawables.useSupportLibrary = true
1415
}
1516
buildTypes {
1617
release {
@@ -47,7 +48,6 @@ dependencies {
4748
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.9.0@aar') {
4849
transitive = true
4950
}
50-
aarLinkSources 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.9.0:sources@jar'
5151
compile 'com.wnafee:vector-compat:1.0.5'
5252
compile 'com.pnikosis:materialish-progress:1.7'
5353
compile 'in.srain.cube:ultra-ptr:1.0.11'

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ buildscript {
66
maven { url 'https://raw.github.com/xujiaao/mvn-repository/master/releases' }
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.2.3'
10-
classpath 'com.github.xujiaao:aarLinkSources:1.0.0'
9+
classpath 'com.android.tools.build:gradle:2.1.2'
1110
classpath 'org.codehaus.groovy:gradle-groovy-android-plugin:0.3.6'
1211
// NOTE: Do not place your application dependencies here; they belong
1312
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)