File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23.0.2 "
5+ buildToolsVersion " 23.0.3 "
66
77 defaultConfig {
88 applicationId " com.mapbox.services.android.testapp"
@@ -24,9 +24,9 @@ dependencies {
2424 compile project (' :lib' )
2525
2626 // Support libraries
27- compile ' com.android.support:appcompat-v7:23.2.1 '
28- compile ' com.android.support:design:23.2.1 '
29- compile ' com.android.support:recyclerview-v7:23.2.1 '
27+ compile ' com.android.support:appcompat-v7:23.3.0 '
28+ compile ' com.android.support:design:23.3.0 '
29+ compile ' com.android.support:recyclerview-v7:23.3.0 '
3030
3131 // Mapbox SDK
3232 compile (' com.mapbox.mapboxsdk:mapbox-android-sdk:4.0.0@aar' ){
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android {
2424
2525dependencies {
2626 // Support libraries
27- compile ' com.android.support:appcompat-v7:23.2.1 '
28- compile ' com.android.support:design:23.2.1 '
27+ compile ' com.android.support:appcompat-v7:23.3.0 '
28+ compile ' com.android.support:design:23.3.0 '
2929
3030 // Mapbox Java Services
3131 compile (' com.mapbox.mapboxsdk:mapbox-java-services:1.0.0@jar' ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23.0.2 "
5+ buildToolsVersion " 23.0.3 "
66
77 defaultConfig {
88 applicationId " com.mapbox.services.testapp"
@@ -24,8 +24,8 @@ dependencies {
2424 compile project (' :lib' )
2525
2626 // Support libraries
27- compile ' com.android.support:appcompat-v7:23.2.1 '
28- compile ' com.android.support:design:23.2.1 '
27+ compile ' com.android.support:appcompat-v7:23.3.0 '
28+ compile ' com.android.support:design:23.3.0 '
2929
3030 // RxAndroid
3131 compile ' io.reactivex:rxandroid:1.1.0'
You can’t perform that action at this time.
0 commit comments