20 Commits

Author SHA1 Message Date
00b0b6c746 Update dependency gradle to v8.10 2024-08-18 00:03:26 +00:00
adbae39d27 Update dependency @turf/turf to v7.1.0 2024-08-17 00:03:25 +00:00
8097d25a18 Update dependency mapshaper to v0.6.99 2024-08-17 00:02:52 +00:00
fed3e55572 Update plugin com.android.library to v8.5.2 2024-08-11 00:06:15 +00:00
d76057f17c Update plugin org.jetbrains.kotlin.plugin.serialization to v2.0.10 2024-08-11 00:02:46 +00:00
aab452f798 Update plugin org.jetbrains.kotlin.android to v2.0.10 2024-08-10 00:03:14 +00:00
40fd4522ad Update plugin com.android.application to v8.5.2 2024-08-10 00:03:00 +00:00
fad65f76ee Lock file maintenance 2024-08-03 00:03:27 +00:00
8ad3a26fb0 Lock file maintenance 2024-07-28 00:04:25 +00:00
1118ed9b10 Lock file maintenance 2024-07-27 00:06:06 +00:00
53db8be5f9 Update dependency jsdom to v24.1.1 2024-07-22 00:01:58 +00:00
111a587793 Lock file maintenance 2024-07-20 00:05:10 +00:00
cc5ade027a Update plugin com.android.library to v8.5.1 2024-07-14 00:04:55 +00:00
026fc7562f Update plugin com.android.application to v8.5.1 2024-07-13 00:05:59 +00:00
63a49455e7 Update dependency gradle to v8.9 2024-07-12 00:03:34 +00:00
3f59d876a1 Lock file maintenance 2024-07-06 00:05:41 +00:00
05b78ed9a9 Update plugin com.mikepenz.aboutlibraries.plugin to v11.2.2 2024-06-30 00:04:54 +00:00
7241cdd5a1 Update dependency com.mikepenz:aboutlibraries to v11.2.2 2024-06-30 00:04:40 +00:00
8c65aeb2b9 Lock file maintenance 2024-06-29 00:05:12 +00:00
4119518ff5 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.1 2024-06-29 00:04:34 +00:00
7 changed files with 1215 additions and 1044 deletions

View File

@ -1,8 +1,8 @@
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.0' id 'org.jetbrains.kotlin.plugin.serialization' version '2.0.10'
id 'com.mikepenz.aboutlibraries.plugin' version '11.2.1' id 'com.mikepenz.aboutlibraries.plugin' version '11.2.2'
} }
@ -84,9 +84,9 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4'
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.android.material:material:1.12.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1'
implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.mikepenz:aboutlibraries:11.2.1' implementation 'com.mikepenz:aboutlibraries:11.2.2'
} }

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.4.2' apply false id 'com.android.application' version '8.5.2' apply false
id 'com.android.library' version '8.4.2' apply false id 'com.android.library' version '8.5.2' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false id 'org.jetbrains.kotlin.android' version '2.0.10' apply false
} }

Binary file not shown.

View File

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612 distributionSha256Sum=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

5
gradlew vendored
View File

@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# SPDX-License-Identifier: Apache-2.0
#
############################################################################## ##############################################################################
# #
@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum

2
gradlew.bat vendored
View File

@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and @rem See the License for the specific language governing permissions and
@rem limitations under the License. @rem limitations under the License.
@rem @rem
@rem SPDX-License-Identifier: Apache-2.0
@rem
@if "%DEBUG%"=="" @echo off @if "%DEBUG%"=="" @echo off
@rem ########################################################################## @rem ##########################################################################

2234
yarn.lock

File diff suppressed because it is too large Load Diff