Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Oct 27, 2024
1 parent 33e8053 commit 4a93602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android.enableResourceOptimizations=false
# 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" />`.
reactmap.defaultDomain=www.reactmap.dev
reactmap.packageName=be.mygod.reactmap
reactmap.versionCode=71
reactmap.versionName=1.1.6
reactmap.versionCode=72
reactmap.versionName=1.2.0

# Optional ReactMap settings
# If you need translations, you should edit the strings.xml instead of using this
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ core = "1.13.1"
crashlytics = "3.0.2"
desugar = "2.1.2"
espresso-core = "3.6.1"
firebase = "33.4.0"
firebase = "33.5.1"
fragment = "1.8.4"
hiddenapibypass = "4.3"
junit = "4.13.2"
kotlin = "2.0.20"
kotlin = "2.0.21"
lifecycle = "2.8.6"
google-services = "4.4.2"
material = "1.12.0"
Expand Down

0 comments on commit 4a93602

Please sign in to comment.