Skip to content

Commit 508c0e0

Browse files
committed
v1.0.21+212
1 parent 908ccf2 commit 508c0e0

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ android {
107107
applicationId "org.inaturalist.iNaturalistMobile"
108108
minSdkVersion rootProject.ext.minSdkVersion
109109
targetSdkVersion rootProject.ext.targetSdkVersion
110-
versionCode 211
110+
versionCode 212
111111
versionName "1.0.21"
112112
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
113113
// Detox Android setup
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FIXED
2+
* Sound observations getting deleted when retrying upload after it failed
3+
* Crash on the Match screen
4+
5+
UPDATED
6+
* Package and performance updates (especially on Notifications)

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
530530
CODE_SIGN_IDENTITY = "Apple Development";
531531
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
532-
CURRENT_PROJECT_VERSION = 211;
532+
CURRENT_PROJECT_VERSION = 212;
533533
DEVELOPMENT_TEAM = N5J7L4P93Z;
534534
ENABLE_BITCODE = NO;
535535
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
@@ -655,7 +655,7 @@
655655
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNativeRelease.entitlements;
656656
CODE_SIGN_IDENTITY = "Apple Development";
657657
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
658-
CURRENT_PROJECT_VERSION = 211;
658+
CURRENT_PROJECT_VERSION = 212;
659659
DEVELOPMENT_TEAM = N5J7L4P93Z;
660660
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
661661
HEADER_SEARCH_PATHS = (
@@ -971,7 +971,7 @@
971971
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
972972
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
973973
CODE_SIGN_STYLE = Automatic;
974-
CURRENT_PROJECT_VERSION = 211;
974+
CURRENT_PROJECT_VERSION = 212;
975975
DEBUG_INFORMATION_FORMAT = dwarf;
976976
DEVELOPMENT_TEAM = N5J7L4P93Z;
977977
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
@@ -1016,7 +1016,7 @@
10161016
CODE_SIGN_IDENTITY = "Apple Development";
10171017
CODE_SIGN_STYLE = Automatic;
10181018
COPY_PHASE_STRIP = NO;
1019-
CURRENT_PROJECT_VERSION = 211;
1019+
CURRENT_PROJECT_VERSION = 212;
10201020
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10211021
DEVELOPMENT_TEAM = N5J7L4P93Z;
10221022
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;

ios/iNaturalistReactNative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</dict>
4343
</array>
4444
<key>CFBundleVersion</key>
45-
<string>211</string>
45+
<string>212</string>
4646
<key>ITSAppUsesNonExemptEncryption</key>
4747
<false/>
4848
<key>LSApplicationQueriesSchemes</key>

0 commit comments

Comments
 (0)