Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mapsforgeVersion from fbc75a4 to 0.16.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@ dependencies {

// Mapsforge Snapshot from official master branch (via https://jitpack.io/#mapsforge/mapsforge)
//def mapsforgeSource = 'com.github.mapsforge.mapsforge'
//def mapsforgeVersion = 'fbc75a4' // master as of 18.07.22
//def mapsforgeVersion = '0.16.0' // master as of 18.07.22

// Mapsforge Snapshot from cgeo's GitHub repository (via https://jitpack.io/#cgeo/mapsforge)
def mapsforgeSource = 'com.github.cgeo.mapsforge'
def mapsforgeVersion = 'fbc75a4' // fix for #12210
def mapsforgeVersion = '0.16.0' // fix for #12210

implementation "$mapsforgeSource:mapsforge-core:$mapsforgeVersion"
implementation "$mapsforgeSource:mapsforge-map:$mapsforgeVersion"
Expand Down