Skip to content

Commit

Permalink
Setup 6.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MKergall committed Jul 28, 2018
1 parent 42b5a0f commit 4c34652
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OSMBonusPack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

defaultConfig {
minSdkVersion 10
Expand Down
4 changes: 2 additions & 2 deletions OSMBonusPackTuto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "com.example.osmbonuspacktuto"
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
// including as local lib
/*
compile(name: 'osmbonuspack_v6.5.1', ext: 'aar')
compile 'org.osmdroid:osmdroid-android:6.0.1'
compile 'org.osmdroid:osmdroid-android:6.0.2'
compile "com.android.support:support-v4:23.4.0"
compile 'org.apache.commons:commons-lang3:3.3.4'
compile 'com.google.code.gson:gson:2.8.0'
Expand Down
10 changes: 5 additions & 5 deletions OSMNavigator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "com.osmnavigator"
minSdkVersion 10
targetSdkVersion 23
versionCode 20
versionName "2.0"
versionCode 21
versionName "2.1"
}
buildTypes {
release {
Expand All @@ -35,9 +35,9 @@ dependencies {
compile project(":OSMBonusPack")

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

compile 'org.osmdroid:osmdroid-mapsforge:6.0.1@aar'
compile 'org.osmdroid:osmdroid-mapsforge:6.0.2@aar'
compile 'org.mapsforge:mapsforge-map-android:0.8.0'
compile 'org.mapsforge:mapsforge-map:0.8.0'
compile 'org.mapsforge:mapsforge-themes:0.8.0'
Expand Down

0 comments on commit 4c34652

Please sign in to comment.