Compare commits
8 Commits
58ad43fffe
...
1.0a
Author | SHA1 | Date | |
---|---|---|---|
af839915cc
|
|||
9fb11df99e | |||
9e18619271 | |||
755c0cd5c2 | |||
64c5f54eb8 | |||
18a037421c | |||
9660c19db7 | |||
bad189507d |
@ -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.4.1' apply false
|
||||
id 'com.android.library' 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 'org.jetbrains.kotlin.android' version '2.0.0' apply false
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@turf/area": "^6.5.0",
|
||||
"@turf/turf": "^6.5.0",
|
||||
"@turf/area": "^7.0.0",
|
||||
"@turf/turf": "^7.0.0",
|
||||
"jsdom": "^24.0.0",
|
||||
"mapshaper": "^0.6.79"
|
||||
},
|
||||
|
Reference in New Issue
Block a user