Skip to content

Commit 6e35e57

Browse files
committed
v1.3.0
1 parent d000d09 commit 6e35e57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android.enableResourceOptimizations=false
2828
# If you want to support more domains, edit `app/src/main/AndroidManifest.xml`: find the line `<data android:host="${defaultDomain}" />` and add more domains by adding lines like `<data android:host="www.reactmap.dev" />`.
2929
reactmap.defaultDomain=www.reactmap.dev
3030
reactmap.packageName=be.mygod.reactmap
31-
reactmap.versionCode=74
32-
reactmap.versionName=1.2.2
31+
reactmap.versionCode=75
32+
reactmap.versionName=1.3.0
3333

3434
# Optional ReactMap settings
3535
# If you need translations, you should edit the strings.xml instead of using this

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics
1212
firebase-bom = "com.google.firebase:firebase-bom:33.8.0"
1313
firebase-crashlytics-ndk = { group = "com.google.firebase", name = "firebase-crashlytics-ndk" }
1414
fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version = "1.8.5" }
15-
hiddenapibypass = { group = "org.lsposed.hiddenapibypass", name = "hiddenapibypass", version = "4.3" }
15+
hiddenapibypass = "org.lsposed.hiddenapibypass:hiddenapibypass:5.0"
1616
junit = { group = "junit", name = "junit", version = "4.13.2" }
1717
lifecycle-common = { group = "androidx.lifecycle", name = "lifecycle-common", version = "2.8.7" }
1818
material = { group = "com.google.android.material", name = "material", version = "1.12.0" }

0 commit comments

Comments
 (0)