Skip to content

Commit abede8e

Browse files
committed
v0.18.0+65
1 parent 452c991 commit abede8e

5 files changed

Lines changed: 23 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ android {
123123
applicationId "com.inaturalistreactnative"
124124
minSdkVersion rootProject.ext.minSdkVersion
125125
targetSdkVersion rootProject.ext.targetSdkVersion
126-
versionCode 64
127-
versionName "0.17.1"
126+
versionCode 65
127+
versionName "0.18.0"
128128
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
129129
manifestPlaceholders = [ GMAPS_API_KEY:project.env.get("GMAPS_API_KEY") ]
130130
// Detox Android setup
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FIXED
2+
* Fetching coordinates while offline
3+
* Buttons should remain the same in dark mode
4+
* Delete most recently-created obs
5+
* Adding identifications from Explore
6+
* Remove upload button from Explore grid view
7+
* Increased pressable area of ObsEdit back button
8+
* LocationPicker Current location button zooms as well as pans
9+
10+
UPDATED
11+
* Show loading indicator at the end of results in Explore
12+
* Style of "unknown" text for unidentified ObsDetail
13+
* Obs deleted elsewhere should get deleted in app on sync

ios/iNaturalistReactNative.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
626626
CLANG_ENABLE_MODULES = YES;
627627
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
628-
CURRENT_PROJECT_VERSION = 64;
628+
CURRENT_PROJECT_VERSION = 65;
629629
DEVELOPMENT_TEAM = N5J7L4P93Z;
630630
ENABLE_BITCODE = NO;
631631
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
@@ -746,7 +746,7 @@
746746
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
747747
CLANG_ENABLE_MODULES = YES;
748748
CODE_SIGN_ENTITLEMENTS = iNaturalistReactNative/iNaturalistReactNative.entitlements;
749-
CURRENT_PROJECT_VERSION = 64;
749+
CURRENT_PROJECT_VERSION = 65;
750750
DEVELOPMENT_TEAM = N5J7L4P93Z;
751751
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64;
752752
HEADER_SEARCH_PATHS = (
@@ -1007,7 +1007,7 @@
10071007
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
10081008
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10091009
CODE_SIGN_STYLE = Automatic;
1010-
CURRENT_PROJECT_VERSION = 64;
1010+
CURRENT_PROJECT_VERSION = 65;
10111011
DEBUG_INFORMATION_FORMAT = dwarf;
10121012
DEVELOPMENT_TEAM = N5J7L4P93Z;
10131013
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";
@@ -1051,7 +1051,7 @@
10511051
CODE_SIGN_ENTITLEMENTS = "iNaturalistReactNative-ShareExtension/iNaturalistReactNative-ShareExtension.entitlements";
10521052
CODE_SIGN_STYLE = Automatic;
10531053
COPY_PHASE_STRIP = NO;
1054-
CURRENT_PROJECT_VERSION = 64;
1054+
CURRENT_PROJECT_VERSION = 65;
10551055
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10561056
DEVELOPMENT_TEAM = N5J7L4P93Z;
10571057
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "i386 arm64";

ios/iNaturalistReactNative/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.17.1</string>
20+
<string>0.18.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>64</string>
35+
<string>65</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSRequiresIPhoneOS</key>

ios/iNaturalistReactNativeTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.17.1</string>
18+
<string>0.18.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>64</string>
22+
<string>65</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)