Skip to content

Commit 91dddd3

Browse files
committed
update build tools, add travis config.
1 parent 564a74f commit 91dddd3

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 08 17:06:52 CST 2017
1+
#Thu Mar 09 16:07:03 CST 2017
22
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.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
}
1212

1313
dependencies {
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
}
1717
apply from: './gradle-mvn-push.gradle'
1818

0 commit comments

Comments
 (0)