File tree Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Expand file tree Collapse file tree 4 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ branches:
44
55language : android
66sudo : false
7-
7+ jdk :
8+ - oraclejdk8
89android :
910 components :
10- - build-tools-23.0.1
11-
11+ - tools
12+ - platform-tools
13+ - build-tools-25.0.2
14+ - android-25
1215 - android-22
1316 - android-23
1417
@@ -24,7 +27,7 @@ before_script:
2427 - adb shell input keyevent 82 &
2528
2629script :
27- - ./gradlew clean connectedCheck --info
30+ - ./gradlew clean connectedCheck
2831
2932cache :
3033 directories :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ android {
2020}
2121
2222dependencies {
23- compile ' com.android.support:appcompat-v7:23.1.1 '
23+ compile " com.android.support:appcompat-v7:${ supportLibVersion } "
2424 compile project(' :ParseUI-Widget' )
2525
2626 testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change 11allprojects {
22 repositories {
3- mavenCentral ()
3+ jcenter ()
44 }
55}
66
77// Top-level build file where you can add configuration options common to all sub-projects/modules.
88buildscript {
99 repositories {
10- mavenCentral ()
10+ jcenter ()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:1 .3.1'
13+ classpath ' com.android.tools.build:gradle:2 .3.1'
1414 }
1515}
1616
1717ext {
18- compileSdkVersion = 23
19- buildToolsVersion = " 23 .0.1 "
18+ compileSdkVersion = 25
19+ buildToolsVersion = " 25 .0.2 "
2020
2121 minSdkVersion = 15
22- targetSdkVersion = 23
22+ targetSdkVersion = 25
2323
24- androidSupport = ' com.android.support:support-v4:23.1.1'
24+ supportLibVersion = " 25.2.0"
25+ androidSupport = " com.android.support:support-v4:${ supportLibVersion} "
2526
2627 parse = ' com.parse:parse-android:1.12.0'
2728 facebookSDK = ' com.facebook.android:facebook-android-sdk:4.9.0'
Original file line number Diff line number Diff line change 1- # Fri Dec 26 11: 22:11 PST 2014
1+ # Thu May 04 22:05:29 PDT 2017
22distributionBase =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-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments