Compare commits
3 Commits
755c0cd5c2
...
1.0a
Author | SHA1 | Date | |
---|---|---|---|
|
af839915cc
|
||
|
9fb11df99e | ||
|
9e18619271 |
@@ -1,6 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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
|
||||
android:allowBackup="true"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<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_stat">Stats</string>
|
||||
<string name="action_edit">Edit</string>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
plugins {
|
||||
id 'com.android.application' version '8.5.0' apply false
|
||||
id 'com.android.library' version '8.5.0' apply false
|
||||
id 'com.android.application' 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
|
||||
}
|
18
yarn.lock
18
yarn.lock
@@ -1379,9 +1379,9 @@
|
||||
integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==
|
||||
|
||||
"@types/node@*":
|
||||
version "20.14.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
|
||||
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
|
||||
version "20.14.7"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.7.tgz#342cada27f97509eb8eb2dbc003edf21ce8ab5a8"
|
||||
integrity sha512-uTr2m2IbJJucF3KUxgnGOZvYbN0QgkGyWxG6973HCpMYFy2KfcgYuIwkJQMQkt1VbBMlvWRbpshFTLxnxCZjKQ==
|
||||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
@@ -2048,9 +2048,9 @@ keygrip@~1.1.0:
|
||||
tsscmp "1.0.6"
|
||||
|
||||
mapshaper@^0.6.79:
|
||||
version "0.6.97"
|
||||
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.6.97.tgz#d3e385e8b35d478582f36b873bde468c98cfa5a8"
|
||||
integrity sha512-cWFVb2pbDHjANPqVNNSoUTl91wDdu7Rb2CnzQcWFt67H2gCUbWwnkP2ljRjfGR7KRor4K8Ys8PweHlF9GPwK7A==
|
||||
version "0.6.98"
|
||||
resolved "https://registry.yarnpkg.com/mapshaper/-/mapshaper-0.6.98.tgz#19ab22980cdd88db94b24d17484db08ba1c741ca"
|
||||
integrity sha512-bVsp6PWtXqpAo0yis80tILfiOOMvDfFMUUgttvGSeQjP/POYJozr1yxIrz6Btk3mUhgS0NbhXsu7LjRCzAh8Rg==
|
||||
dependencies:
|
||||
"@placemarkio/tokml" "^0.3.3"
|
||||
"@tmcw/togeojson" "^5.6.0"
|
||||
@@ -2581,9 +2581,9 @@ which-typed-array@^1.1.13:
|
||||
has-tostringtag "^1.0.2"
|
||||
|
||||
ws@^8.17.0:
|
||||
version "8.17.0"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
|
||||
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
|
||||
version "8.17.1"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
|
||||
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
|
||||
|
||||
xml-name-validator@^5.0.0:
|
||||
version "5.0.0"
|
||||
|
Reference in New Issue
Block a user