Skip to content

Commit a87bb1a

Browse files
committed
v1.1.6
1 parent b468172 commit a87bb1a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android.enableResourceOptimizations=false
2727
# 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" />`.
2828
reactmap.defaultDomain=www.reactmap.dev
2929
reactmap.packageName=be.mygod.reactmap
30-
reactmap.versionCode=70
31-
reactmap.versionName=1.1.5
30+
reactmap.versionCode=71
31+
reactmap.versionName=1.1.6
3232

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

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
activity = "1.9.2"
3-
agp = "8.6.0"
3+
agp = "8.7.0"
44
androidx-test-ext-junit = "1.2.1"
55
browser = "1.8.0"
66
core = "1.13.1"
77
crashlytics = "3.0.2"
88
desugar = "2.1.2"
99
espresso-core = "3.6.1"
10-
firebase = "33.3.0"
11-
fragment = "1.8.3"
10+
firebase = "33.4.0"
11+
fragment = "1.8.4"
1212
hiddenapibypass = "4.3"
1313
junit = "4.13.2"
1414
kotlin = "2.0.20"
15-
lifecycle = "2.8.5"
15+
lifecycle = "2.8.6"
1616
google-services = "4.4.2"
1717
material = "1.12.0"
1818
play-services-location = "21.3.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)