Compare commits
93 Commits
5c7d0b367d
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
5bdb16b48b | ||
|
89ca3200b4 | ||
|
54dbf74721 | ||
|
2cc7a69b0f | ||
|
37026870c7 | ||
|
8a9e389a53 | ||
|
7a2bae0e6b | ||
|
5b199aef8e | ||
|
99ff29af88 | ||
|
1d36d282f4 | ||
|
122dfe8981 | ||
|
0f9f428eed | ||
|
ff4a2513c3 | ||
|
14a3fb9ffd | ||
|
952bddf9e2 | ||
|
f346a93b1f | ||
|
7ac9dee6d8 | ||
|
767b98468b | ||
|
84c20349c7 | ||
|
097b86b6a5 | ||
|
30f6853d98 | ||
|
fe201a139d | ||
|
4da09b509f | ||
|
c009e750bb | ||
|
69ea4cf7c0 | ||
|
2f3c3ee84c | ||
|
dbd84a91bf | ||
|
34560b2da2 | ||
|
c8bb846d0f | ||
|
5bd6920857 | ||
|
5080498b96 | ||
|
3cc522aaa5 | ||
|
832b06f424 | ||
|
19dfd83351 | ||
|
75058f0705 | ||
|
da2d72246e | ||
|
e13517317f | ||
|
ca6d74b581 | ||
|
23b47df111 | ||
|
38422cc30a | ||
|
2f314e5082 | ||
|
27befa1790 | ||
|
86aaa3899b | ||
|
205f81bdab | ||
|
9899f8038b | ||
|
62b3ff8500 | ||
|
2dbb4a2d77 | ||
|
f4f56e0711 | ||
|
8b4ceae602 | ||
|
6619e7c891 | ||
|
0aac38c05e | ||
|
cb67901e41 | ||
|
4b418942da | ||
|
5e03bb33e3 | ||
|
22a75e9bc7 | ||
|
8ef3702f89 | ||
|
a89c916e1a | ||
|
6eeab1103a | ||
|
89c10a67fd | ||
|
aa2b503732 | ||
|
f01fdbad00 | ||
|
0fc5da8693 | ||
|
891a15c1f9 | ||
|
ff7e05a747 | ||
|
9e741fe04e | ||
|
e8307d79f5 | ||
|
ac694850da | ||
|
2aaf3661e5 | ||
|
b661a7da47 | ||
|
c38ca8d8c4 | ||
|
80a8c21cb0 | ||
|
944ff3529b | ||
|
fe4ae26428 | ||
|
bee13854f5 | ||
|
c02cfa4344 | ||
|
a4376e5513 | ||
|
731ef956d2 | ||
|
714abc2a96 | ||
|
542fc9b01f | ||
|
0e436cb1fc | ||
|
324e887d68 | ||
|
c6c4c072a8 | ||
|
02f289d4d0 | ||
|
fb89deabdf | ||
|
5ef6f76355 | ||
|
40edcff528 | ||
|
370fa6f15f | ||
|
1b2a2f5ff4 | ||
|
0c7490dea4 | ||
|
5ffc1cce50 | ||
|
bebfaf0921 | ||
|
21db9c6d23 | ||
|
5cb12372e1 |
@@ -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.1.0'
|
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0'
|
||||||
id 'com.mikepenz.aboutlibraries.plugin' version '11.2.3'
|
id 'com.mikepenz.aboutlibraries.plugin' version '12.2.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -82,12 +82,12 @@ aboutLibraries {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.4'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
|
||||||
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.3'
|
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0'
|
||||||
|
|
||||||
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.3.0'
|
implementation 'com.mikepenz:aboutlibraries:12.2.4'
|
||||||
}
|
}
|
@@ -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.7.3' apply false
|
id 'com.android.application' version '8.11.1' apply false
|
||||||
id 'com.android.library' version '8.7.3' apply false
|
id 'com.android.library' version '8.11.1' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
|
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
|
||||||
}
|
}
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,7 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
|
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
6
gradlew
vendored
6
gradlew
vendored
@@ -114,7 +114,7 @@ case "$( uname )" in #(
|
|||||||
NONSTOP* ) nonstop=true ;;
|
NONSTOP* ) nonstop=true ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
|
CLASSPATH="\\\"\\\""
|
||||||
|
|
||||||
|
|
||||||
# Determine the Java command to use to start the JVM.
|
# Determine the Java command to use to start the JVM.
|
||||||
@@ -205,7 +205,7 @@ fi
|
|||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
|
|
||||||
# Collect all arguments for the java command:
|
# Collect all arguments for the java command:
|
||||||
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
|
||||||
# and any embedded shellness will be escaped.
|
# and any embedded shellness will be escaped.
|
||||||
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
|
||||||
# treated as '${Hostname}' itself on the command line.
|
# treated as '${Hostname}' itself on the command line.
|
||||||
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
|||||||
set -- \
|
set -- \
|
||||||
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
"-Dorg.gradle.appname=$APP_BASE_NAME" \
|
||||||
-classpath "$CLASSPATH" \
|
-classpath "$CLASSPATH" \
|
||||||
org.gradle.wrapper.GradleWrapperMain \
|
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
# Stop when "xargs" is not available.
|
# Stop when "xargs" is not available.
|
||||||
|
4
gradlew.bat
vendored
4
gradlew.bat
vendored
@@ -70,11 +70,11 @@ goto fail
|
|||||||
:execute
|
:execute
|
||||||
@rem Setup the command line
|
@rem Setup the command line
|
||||||
|
|
||||||
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
set CLASSPATH=
|
||||||
|
|
||||||
|
|
||||||
@rem Execute Gradle
|
@rem Execute Gradle
|
||||||
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
|
||||||
|
|
||||||
:end
|
:end
|
||||||
@rem End local scope for the variables with windows NT shell
|
@rem End local scope for the variables with windows NT shell
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@turf/area": "^7.0.0",
|
"@turf/area": "^7.0.0",
|
||||||
"@turf/turf": "^7.0.0",
|
"@turf/turf": "^7.0.0",
|
||||||
"jsdom": "^25.0.0",
|
"jsdom": "^26.0.0",
|
||||||
"mapshaper": "^0.6.79"
|
"mapshaper": "^0.6.79"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
|
Reference in New Issue
Block a user