Skip to content

Commit

Permalink
Upgrade to 6.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
MKergall committed Dec 1, 2018
1 parent f2c42a1 commit 93e00b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions OSMBonusPackTuto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

//including when part of the same project
compile project(":OSMBonusPack")
//compile project(":OSMBonusPack")
compile "com.android.support:support-v4:26.1.0"

//including using JitPack:
//compile 'com.github.MKergall:osmbonuspack:6.5.2'
compile 'com.github.MKergall:osmbonuspack:6.5.3'

// including as local lib
/*
Expand Down
2 changes: 1 addition & 1 deletion OSMNavigator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile project(":OSMBonusPack")

//including using JitPack:
//compile 'com.github.MKergall:osmbonuspack:6.5.2'
compile 'com.github.MKergall:osmbonuspack:6.5.3'

compile 'org.osmdroid:osmdroid-mapsforge:6.0.3@aar'
compile 'org.mapsforge:mapsforge-map-android:0.8.0'
Expand Down

0 comments on commit 93e00b2

Please sign in to comment.