Skip to content

Commit f2aca58

Browse files
committed
feat: update osmdroid to 6.1.17
1 parent 34ead6f commit f2aca58

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ repositories {
7979

8080
dependencies {
8181
implementation "com.facebook.react:react-native:+"
82-
implementation "org.osmdroid:osmdroid-android:6.1.16"
82+
implementation "org.osmdroid:osmdroid-android:6.1.17"
8383
}
8484

8585
if (isNewArchitectureEnabled()) {

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"allowUnreachableCode": false,
88
"allowUnusedLabels": false,
99
"esModuleInterop": true,
10-
"importsNotUsedAsValues": "error",
1110
"forceConsistentCasingInFileNames": true,
1211
"jsx": "react",
1312
"lib": ["esnext"],

0 commit comments

Comments
 (0)