12 Commits

Author SHA1 Message Date
bot
8e699d0b22 Merge pull request 'Update dependency com.mikepenz:aboutlibraries to v14.1.0' (#473) from renovate/com.mikepenz-aboutlibraries-14.x into main 2026-05-02 04:01:52 +02:00
Renovate Bot
9424517eb4 Update dependency com.mikepenz:aboutlibraries to v14.1.0 2026-05-02 02:01:47 +00:00
bot
acd6753112 Merge pull request 'Update dependency mapshaper to v0.7.7' (#472) from renovate/mapshaper-0.x-lockfile into main 2026-05-02 04:01:39 +02:00
Renovate Bot
6fa02d117b Update dependency mapshaper to v0.7.7 2026-05-02 02:01:31 +00:00
bot
f83ff7aca1 Merge pull request 'Update dependency mapshaper to v0.7.6' (#471) from renovate/mapshaper-0.x-lockfile into main 2026-05-01 04:01:52 +02:00
Renovate Bot
89bd79b542 Update dependency mapshaper to v0.7.6 2026-05-01 02:01:43 +00:00
bot
4db4757701 Merge pull request 'Update dependency jsdom to v29.1.1' (#470) from renovate/jsdom-29.x-lockfile into main 2026-05-01 04:01:37 +02:00
Renovate Bot
f57f29cda6 Update dependency jsdom to v29.1.1 2026-05-01 02:01:28 +00:00
bot
51ff021d37 Merge pull request 'Update dependency mapshaper to v0.7.5' (#469) from renovate/mapshaper-0.x-lockfile into main 2026-04-30 04:01:45 +02:00
Renovate Bot
c6f9bf7fc5 Update dependency mapshaper to v0.7.5 2026-04-30 02:01:35 +00:00
bot
9385442542 Merge pull request 'Update dependency gradle to v9.5.0' (#468) from renovate/gradle-9.x into main 2026-04-29 04:02:22 +02:00
Renovate Bot
19a185a6c3 Update dependency gradle to v9.5.0 2026-04-29 02:02:12 +00:00
6 changed files with 33 additions and 42 deletions

View File

@@ -114,7 +114,7 @@ dependencies {
implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.mikepenz:aboutlibraries:14.0.1'
implementation 'com.mikepenz:aboutlibraries:14.1.0'
implementation 'com.mikepenz:aboutlibraries-compose-m3:14.0.1'
implementation 'com.mikepenz:aboutlibraries-core:14.0.1'

Binary file not shown.

View File

@@ -1,8 +1,10 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionSha256Sum=553c78f50dafcd54d65b9a444649057857469edf836431389695608536d6b746
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored
View File

@@ -57,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/3d91ce3b8caaf77ad09f381f43615b715b53f72c/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.

31
gradlew.bat vendored
View File

@@ -23,8 +23,8 @@
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
@rem Set local scope for the variables, and ensure extensions are enabled
setlocal EnableExtensions
set DIRNAME=%~dp0
if "%DIRNAME%"=="" set DIRNAME=.
@@ -51,7 +51,7 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
"%COMSPEC%" /c exit 1
:findJavaFromJavaHome
set JAVA_HOME=%JAVA_HOME:"=%
@@ -65,7 +65,7 @@ echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2
goto fail
"%COMSPEC%" /c exit 1
:execute
@rem Setup the command line
@@ -73,21 +73,10 @@ goto fail
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
@rem endlocal doesn't take effect until after the line is parsed and variables are expanded
@rem which allows us to clear the local environment before executing the java command
endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
:end
@rem End local scope for the variables with windows NT shell
if %ERRORLEVEL% equ 0 goto mainEnd
:fail
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
set EXIT_CODE=%ERRORLEVEL%
if %EXIT_CODE% equ 0 set EXIT_CODE=1
if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
exit /b %EXIT_CODE%
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega
:exitWithErrorLevel
@rem Use "%COMSPEC%" /c exit to allow operators to work properly in scripts
"%COMSPEC%" /c exit %ERRORLEVEL%

View File

@@ -2503,9 +2503,9 @@ is-wsl@^3.1.0:
is-inside-container "^1.0.0"
jsdom@^29.0.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-29.1.0.tgz#94f1e55fca85f646e91e5d886a25109b33bcc284"
integrity sha512-YNUc7fB9QuvSSQWfrH0xF+TyABkxUwx8sswgIDaCrw4Hol8BghdZDkITtZheRJeMtzWlnTfsM3bBBusRvpO1wg==
version "29.1.1"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-29.1.1.tgz#5b9704906f3cd510c34aa941ae2f8f7f8179df01"
integrity sha512-ECi4Fi2f7BdJtUKTflYRTiaMxIB0O6zfR1fX0GXpUrf6flp8QIYn1UT20YQqdSOfk2dfkCwS8LAFoJDEppNK5Q==
dependencies:
"@asamuzakjp/css-color" "^5.1.11"
"@asamuzakjp/dom-selector" "^7.1.1"
@@ -2577,9 +2577,9 @@ map-stream@0.0.7:
integrity sha512-C0X0KQmGm3N2ftbTGBhSyuydQ+vV1LC3f3zPvT3RXHXNZrvfPZcoXp/N5DOa8vedX/rTMm2CjTtivFg2STJMRQ==
mapshaper@^0.7.0:
version "0.7.4"
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.4.tgz#5a4e5539c087ceb68bd58815eeb3d1d5157d3e97"
integrity sha512-RnipA0370/AzIaM/yfV95uhyvA1iqxdGayIL+NF7GPh+4ioCwoOUG4ECULb0vPTQZDSr15NIf9Gh0LbaTOkRQg==
version "0.7.7"
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.7.7.tgz#a5143e4e0897091a2f0bd42f0a25a13276d06b38"
integrity sha512-94hJLAcO2kZOMjm20m5D+5X0hDac99GgUU3bCKi0Kr3Qhwt+XrTZ8x35ZvdeU0wSabQ7AhzXyzewHBRx6r249Q==
dependencies:
"@ngageoint/geopackage" "^4.2.6"
"@placemarkio/tokml" "^0.3.3"
@@ -2679,9 +2679,9 @@ napi-build-utils@^2.0.0:
integrity sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==
node-abi@^3.3.0:
version "3.89.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.89.0.tgz#eea98bf89d4534743bbbf2defa9f4f9bd3bdccfd"
integrity sha512-6u9UwL0HlAl21+agMN3YAMXcKByMqwGx+pq+P76vii5f7hTPtKDp08/H9py6DY+cfDw7kQNTGEj/rly3IgbNQA==
version "3.90.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.90.0.tgz#5aca953aa58deb903738adf14a33fb79a32c48f3"
integrity sha512-pZNQT7UnYlMwMBy5N1lV5X/YLTbZM5ncytN3xL7CHEzhDN8uVe0u55yaPUJICIJjaCW8NrM5BFdqr7HLweStNA==
dependencies:
semver "^7.3.5"
@@ -3203,17 +3203,17 @@ tinyqueue@^2.0.0, tinyqueue@^2.0.3:
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
tldts-core@^7.0.28:
version "7.0.28"
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.0.28.tgz#28c256edae2ed177b2a8338a51caf81d41580ecf"
integrity sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==
tldts-core@^7.0.29:
version "7.0.29"
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-7.0.29.tgz#c3806f5af57b0351ed9415899be2a8dafa3f56dc"
integrity sha512-W99NuU7b1DcG3uJ3v9k9VztCH3WialNbBkBft5wCs8V8mexu0XQqaZEYb9l9RNNzK8+3EJ9PKWB0/RUtTQ/o+Q==
tldts@^7.0.5:
version "7.0.28"
resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.0.28.tgz#5a5bb26ef3f70008d88c6e53ff58cd59ed8d4c68"
integrity sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==
version "7.0.29"
resolved "https://registry.yarnpkg.com/tldts/-/tldts-7.0.29.tgz#5a246d4ffcdf8b34cd9cc2dea424162a653f69d1"
integrity sha512-JIXCerhudr/N6OWLwLF1HVsTTUo7ry6qHa5eWZEkiMuxsIiAACL55tGLfqfHfoH7QaMQUW8fngD7u7TxWexYQg==
dependencies:
tldts-core "^7.0.28"
tldts-core "^7.0.29"
tmp@^0.0.33:
version "0.0.33"