Skip to content

Commit 2fa0e7c

Browse files
committed
fix: progress osmdroid
1 parent 087eeb8 commit 2fa0e7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Prepare builddir
6262
run: |
6363
echo "${{ secrets.MAPBOX }}" > $GITHUB_WORKSPACE/mapbox.properties
64-
cat $GITHUB_WORKSPACE/mapbox.properties
64+
ls -l $GITHUB_WORKSPACE/mapbox.properties
6565
echo "${{ secrets.DROPBOX }}" > $GITHUB_WORKSPACE/dropbox.properties
6666
echo "${{ secrets.RUNALYZE }}" > $GITHUB_WORKSPACE/runalyze.properties
6767
chmod +x gradlew

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
if (rootProject.ext.mapboxEnabled) {
160160
latestImplementation 'com.mapbox.maps:android-ndk27:11.17.1'
161161
} else {
162-
implementation 'org.osmdroid:osmdroid-android:6.1.11'
162+
implementation 'org.osmdroid:osmdroid-android:6.1.20'
163163
}
164164
latestImplementation 'com.jjoe64:graphview:4.2.2'
165165

0 commit comments

Comments
 (0)