Skip to content

Commit

Permalink
update depdendencies in preparation for release (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
zugaldia authored May 26, 2017
1 parent 81ccdf8 commit f270466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion mapbox/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
supportCardView : 'com.android.support:cardview-v7:25.1.0',

// mapbox
mapbox : 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.1@aar',
mapbox : 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.2@aar',

// gson
gson : 'com.google.code.gson:gson:2.8.0',
Expand Down

0 comments on commit f270466

Please sign in to comment.