File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3535
3636android {
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
6060dependencies {
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 "
You can’t perform that action at this time.
0 commit comments