File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ language : android
2+ android :
3+ components :
4+ - tools
5+ - platform-tools
6+ - build-tools-25.2.0
7+ - android-25
8+ - extra-android-support
9+ - extra
10+ - extra-android-m2repository
11+ script :
12+ - ./gradlew assembleDebug
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:2.2.3 '
11+ classpath ' com.android.tools.build:gradle:2.3.0 '
1212 classpath ' com.github.dcendents:android-maven-plugin:1.2'
1313
1414 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1- # Wed Mar 08 17:06:52 CST 2017
1+ # Thu Mar 09 16:07:03 CST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111}
1212
1313dependencies {
14- compile ' com.android.support:recyclerview-v7:25.1.1 '
15- compile ' com.android.support:support-v4:25.1.1 '
14+ compile ' com.android.support:recyclerview-v7:25.2.0 '
15+ compile ' com.android.support:support-v4:25.2.0 '
1616}
1717apply from : ' ./gradle-mvn-push.gradle'
1818
You can’t perform that action at this time.
0 commit comments