Skip to content

Commit 575ab93

Browse files
committed
v0.1.1+27
1 parent 911a71d commit 575ab93

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ android {
147147
applicationId "com.inaturalistreactnative"
148148
minSdkVersion rootProject.ext.minSdkVersion
149149
targetSdkVersion rootProject.ext.targetSdkVersion
150-
versionCode 26
150+
versionCode 27
151151
versionName "0.1.1"
152152
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
153153
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Numerous updates to observation flow
2+
3+
* Added back button to camera
4+
* Added prev/next buttons to Media Viewer
5+
* Camera flow skips group photos when there's only one photo
6+
* Added support for custom fonts (currently Whitney)
7+
* Sync button in toolbar on My Obs turns green when obs to sync
8+
* ObsEdit fetches location until good enough for new obs
9+
* Bottom sheet hides when you scroll My Observations
10+
* Toolbar on My Observations sticks on scroll

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
buildSettings = {
430430
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
431431
CLANG_ENABLE_MODULES = YES;
432-
CURRENT_PROJECT_VERSION = 26;
432+
CURRENT_PROJECT_VERSION = 27;
433433
DEVELOPMENT_TEAM = N5J7L4P93Z;
434434
ENABLE_BITCODE = NO;
435435
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -457,7 +457,7 @@
457457
buildSettings = {
458458
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
459459
CLANG_ENABLE_MODULES = YES;
460-
CURRENT_PROJECT_VERSION = 26;
460+
CURRENT_PROJECT_VERSION = 27;
461461
DEVELOPMENT_TEAM = N5J7L4P93Z;
462462
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
463463
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;

ios/iNaturalistReactNative/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>26</string>
24+
<string>27</string>
2525
<key>ITSAppUsesNonExemptEncryption</key>
2626
<false/>
2727
<key>LSRequiresIPhoneOS</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>26</string>
22+
<string>27</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)