Skip to content

Commit f75b6df

Browse files
committed
Upgrade support and tools numbers (#46)
1 parent 51fb820 commit f75b6df

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

libandroid/app/build.gradle

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

33
android {
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'){

libandroid/lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424

2525
dependencies {
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') {

libjava/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 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'

0 commit comments

Comments
 (0)