Skip to content

Commit 6b574fa

Browse files
committed
v1.3.3
1 parent 1e22985 commit 6b574fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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=77
32-
reactmap.versionName=1.3.2
31+
reactmap.versionCode=78
32+
reactmap.versionName=1.3.3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ core-ktx = "androidx.core:core-ktx:1.16.0"
1010
desugar = "com.android.tools:desugar_jdk_libs:2.1.5"
1111
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version = "3.6.1" }
1212
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics" }
13-
firebase-bom = "com.google.firebase:firebase-bom:33.12.0"
13+
firebase-bom = "com.google.firebase:firebase-bom:33.13.0"
1414
firebase-crashlytics-ndk = { group = "com.google.firebase", name = "firebase-crashlytics-ndk" }
1515
fragment-ktx = "androidx.fragment:fragment-ktx:1.8.6"
1616
hiddenapibypass = "org.lsposed.hiddenapibypass:hiddenapibypass:6.1"
@@ -22,10 +22,10 @@ s2-geometry = "com.google.geometry:s2-geometry:2.0.0"
2222
shizuku-api = { group = "dev.rikka.shizuku", name = "api", version.ref = "shizuku" }
2323
shizuku-provider = { group = "dev.rikka.shizuku", name = "provider", version.ref = "shizuku" }
2424
timber = { group = "com.jakewharton.timber", name = "timber", version = "5.0.1" }
25-
work = { group = "androidx.work", name = "work-runtime", version = "2.10.0" }
25+
work = "androidx.work:work-runtime:2.10.1"
2626

2727
[plugins]
28-
androidApplication = "com.android.application:8.9.1"
28+
androidApplication = "com.android.application:8.10.0"
2929
firebaseCrashlytics = "com.google.firebase.crashlytics:3.0.3"
3030
googleServices = { id = "com.google.gms.google-services", version = "4.4.2" }
3131
kotlinAndroid = "org.jetbrains.kotlin.android:2.1.20"

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.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)