7 Commits

Author SHA1 Message Date
soraefir
af839915cc Release 1.0 2024-06-28 22:55:49 +02:00
Renovate Bot
9fb11df99e Lock file maintenance 2024-06-22 00:03:50 +00:00
Renovate Bot
9e18619271 Update dependency mapshaper to v0.6.98 2024-06-17 00:02:21 +00:00
Renovate Bot
755c0cd5c2 Update plugin com.android.library to v8.5.0 2024-06-16 00:03:36 +00:00
Renovate Bot
64c5f54eb8 Lock file maintenance 2024-06-16 00:03:25 +00:00
Renovate Bot
18a037421c Update dependency @turf/turf to v7 2024-06-15 00:04:48 +00:00
Renovate Bot
9660c19db7 Update plugin com.android.application to v8.5.0 2024-06-14 00:01:50 +00:00
5 changed files with 1168 additions and 1019 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"> xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
android:versionName="1.0a">
<application <application
android:allowBackup="true" android:allowBackup="true"

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Beans</string> <string name="app_name">Beans</string>
<string name="app_version">1.0</string> <string name="app_version">1.0a</string>
<string name="action_settings">Settings</string> <string name="action_settings">Settings</string>
<string name="action_stat">Stats</string> <string name="action_stat">Stats</string>
<string name="action_edit">Edit</string> <string name="action_edit">Edit</string>

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.1' apply false id 'com.android.application' version '8.4.2' apply false
id 'com.android.library' version '8.4.2' apply false id 'com.android.library' version '8.4.2' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
} }

View File

@@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"@turf/area": "^7.0.0", "@turf/area": "^7.0.0",
"@turf/turf": "^6.5.0", "@turf/turf": "^7.0.0",
"jsdom": "^24.0.0", "jsdom": "^24.0.0",
"mapshaper": "^0.6.79" "mapshaper": "^0.6.79"
}, },

2177
yarn.lock

File diff suppressed because it is too large Load Diff