Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - bump android support library, fixup SDK gradle dependenci…
Browse files Browse the repository at this point in the history
…es to use the ones defined in root project. (#8921)
  • Loading branch information
tobrun authored May 8, 2017
1 parent 45545e1 commit b622aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions platform/android/MapboxGLAndroidSDK/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.library'

dependencies {
compile "com.android.support:support-annotations:${supportLibVersion}"
compile "com.android.support:support-v4:${supportLibVersion}"
compile "com.android.support:design:${supportLibVersion}"
compile rootProject.ext.dep.supportAnnotations
compile rootProject.ext.dep.supportV4
compile rootProject.ext.dep.supportDesign
compile rootProject.ext.dep.timber
compile rootProject.ext.dep.okhttp3
compile rootProject.ext.dep.lost
Expand Down
2 changes: 1 addition & 1 deletion platform/android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
versionCode = 11
versionName = "5.0.0"

supportLibVersion = "25.2.0"
supportLibVersion = "25.3.1"
leakCanaryVersion = '1.5'
wearableVersion = '2.0.0'

Expand Down

0 comments on commit b622aed

Please sign in to comment.