Skip to content

Commit a6079a8

Browse files
committed
- update libraries and buildtools
1 parent ff281e6 commit a6079a8

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ android:
77
- tools
88

99
# The BuildTools version used by your project
10-
- build-tools-25.0.2
11-
- build-tools-25.0.3
10+
- build-tools-26.0.2
1211

1312
# The SDK version used to compile your project
14-
- android-25
13+
- android-26
1514

1615
# Additional components
1716
- extra-android-m2repository

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion '26.0.1'
5+
buildToolsVersion '26.0.2'
66
lintOptions{
77
abortOnError false
88
}
@@ -30,7 +30,7 @@ dependencies {
3030
// compile 'com.ncapdevi:frag-nav:2.2.1'
3131
compile project(':frag-nav')
3232
testCompile 'junit:junit:4.12'
33-
compile 'com.android.support:appcompat-v7:26.0.2'
34-
implementation 'com.android.support:design:26.0.2'
33+
compile 'com.android.support:appcompat-v7:26.1.0'
34+
compile 'com.android.support:design:26.1.0'
3535
compile 'com.roughike:bottom-bar:2.0.2'
3636
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.0.0-beta4'
12+
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
1313
}
1414
}
1515

frag-nav/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext {
3535

3636
android {
3737
compileSdkVersion 26
38-
buildToolsVersion '25.0.3'
38+
buildToolsVersion '26.0.2'
3939

4040
lintOptions{
4141
abortOnError false
@@ -59,8 +59,8 @@ android {
5959

6060
dependencies {
6161
compile fileTree(include: ['*.jar'], dir: 'libs')
62-
compile 'com.android.support:appcompat-v7:26.0.2'
63-
compile 'com.android.support:support-annotations:26.0.2'
62+
compile 'com.android.support:support-fragment:26.1.0'
63+
compile 'com.android.support:support-annotations:26.1.0'
6464
testCompile "junit:junit:$rootProject.ext.junitVersion"
6565
testCompile "org.mockito:mockito-all:$rootProject.ext.mockitoVersion"
6666
testCompile "org.powermock:powermock-module-junit4:$rootProject.ext.powerMockito"

0 commit comments

Comments
 (0)