Skip to content

Commit

Permalink
version up android lib
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed May 25, 2022
1 parent cc7b45e commit 7824d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "4.1"
version = "5.0"
group "de.westnordost"

repositories {
Expand All @@ -15,7 +15,7 @@ repositories {

dependencies {
//api (project(':library')) {
api ('de.westnordost:osmfeatures:4.1') {
api ('de.westnordost:osmfeatures:5.0') {
// it's already included in Android
exclude group: 'org.json', module: 'json'
}
Expand Down

0 comments on commit 7824d10

Please sign in to comment.