Skip to content

Commit

Permalink
Merge pull request #15 from Mygod/master
Browse files Browse the repository at this point in the history
v1.1.2
  • Loading branch information
acocalypso authored Mar 19, 2024
2 parents 5021689 + f1f5a14 commit 63b0ce5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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=vip.pogofuerth.de
reactmap.packageName=be.mygod.reactmap
reactmap.versionCode=66
reactmap.versionName=1.1.1
reactmap.versionCode=67
reactmap.versionName=1.1.2

# Optional ReactMap settings
# If you need translations, you should edit the strings.xml instead of using this
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
activity = "1.8.2"
agp = "8.3.0"
agp = "8.3.1"
androidx-test-ext-junit = "1.1.5"
browser = "1.8.0-rc01"
browser = "1.8.0"
core = "1.12.0"
crashlytics = "2.9.9"
desugar = "2.0.4"
espresso-core = "3.5.1"
firebase = "32.7.3"
firebase = "32.7.4"
fragment = "1.6.2"
hiddenapibypass = "4.3"
junit = "4.13.2"
kotlin = "1.9.22"
kotlin = "1.9.23"
lifecycle = "2.7.0"
google-services = "4.4.1"
material = "1.11.0"
play-services-location = "21.1.0"
play-services-location = "21.2.0"
timber = "5.0.1"
work = "2.9.0"
gradle-versions = "0.51.0"
Expand Down

0 comments on commit 63b0ce5

Please sign in to comment.