This commit is contained in:
Johannes Klein
2025-02-22 10:52:15 +01:00
parent 245130f5ac
commit 990eaeff39
7 changed files with 248 additions and 192 deletions

View File

@@ -318,8 +318,8 @@ fastlane prod
1. Make an observation using the AI Camera
1. Delete the observation you just made
1. Go to Explore and view a taxon
1. Change to observations view and view an observation
1. Search for observations in a place
1. Change to observations view and view an observation
1. Go to the observers profile
1. Go to one project this user joined (if not available try another user)
1. Sign in

View File

@@ -112,7 +112,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 142
versionName "0.59.0"
versionName "0.59.1"
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
// Detox Android setup

View File

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.59.0</string>
<string>0.59.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.59.0</string>
<string>0.59.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "inaturalistreactnative",
"version": "0.59.0",
"version": "0.59.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inaturalistreactnative",
"version": "0.59.0",
"version": "0.59.1",
"hasInstallScript": true,
"dependencies": {
"@bam.tech/react-native-image-resizer": "^3.0.11",

View File

@@ -1,6 +1,6 @@
{
"name": "inaturalistreactnative",
"version": "0.59.0",
"version": "0.59.1",
"private": true,
"scripts": {
"android": "react-native run-android",