Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Oct 13, 2024
1 parent b468172 commit a87bb1a
Show file tree
Hide file tree
Showing 3 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=www.reactmap.dev
reactmap.packageName=be.mygod.reactmap
reactmap.versionCode=70
reactmap.versionName=1.1.5
reactmap.versionCode=71
reactmap.versionName=1.1.6

# Optional ReactMap settings
# If you need translations, you should edit the strings.xml instead of using this
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
activity = "1.9.2"
agp = "8.6.0"
agp = "8.7.0"
androidx-test-ext-junit = "1.2.1"
browser = "1.8.0"
core = "1.13.1"
crashlytics = "3.0.2"
desugar = "2.1.2"
espresso-core = "3.6.1"
firebase = "33.3.0"
fragment = "1.8.3"
firebase = "33.4.0"
fragment = "1.8.4"
hiddenapibypass = "4.3"
junit = "4.13.2"
kotlin = "2.0.20"
lifecycle = "2.8.5"
lifecycle = "2.8.6"
google-services = "4.4.2"
material = "1.12.0"
play-services-location = "21.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a87bb1a

Please sign in to comment.