Skip to content

Commit

Permalink
Upgrade to osmdroid 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MKergall committed Jan 17, 2017
1 parent 4ce22ff commit d6b8cd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OSMBonusPack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 61
versionName "6.1-SNAPSHOT"
versionCode 62
versionName "6.2-SNAPSHOT"
}
buildTypes {
release {
Expand All @@ -22,7 +22,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile "com.android.support:support-v4:23.2.1"
compile 'org.osmdroid:osmdroid-android:5.6.2'
compile 'org.osmdroid:osmdroid-android:5.6.3'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'com.google.code.gson:gson:2.7'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
Expand All @@ -33,6 +33,6 @@ apply from: '../maven.gradle'

install {
repositories.mavenInstaller {
pom.version = "6.1-SNAPSHOT"
pom.version = "6.2-SNAPSHOT"
}
}

0 comments on commit d6b8cd3

Please sign in to comment.