File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2- apply plugin : ' aar-link-sources'
32apply plugin : ' groovyx.grooid.groovy-android'
43
54android {
@@ -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'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments