Skip to content

Commit 4a93602

Browse files
committed
v1.2.0
1 parent 33e8053 commit 4a93602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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=71
32-
reactmap.versionName=1.1.6
31+
reactmap.versionCode=72
32+
reactmap.versionName=1.2.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ core = "1.13.1"
77
crashlytics = "3.0.2"
88
desugar = "2.1.2"
99
espresso-core = "3.6.1"
10-
firebase = "33.4.0"
10+
firebase = "33.5.1"
1111
fragment = "1.8.4"
1212
hiddenapibypass = "4.3"
1313
junit = "4.13.2"
14-
kotlin = "2.0.20"
14+
kotlin = "2.0.21"
1515
lifecycle = "2.8.6"
1616
google-services = "4.4.2"
1717
material = "1.12.0"

0 commit comments

Comments
 (0)