Skip to content

Commit

Permalink
v0.1.1+23
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Aug 9, 2022
1 parent da4c303 commit c537167
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ android {
applicationId "com.inaturalistreactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 22
versionCode 23
versionName "0.1.1"
setProperty("archivesBaseName", applicationId + "-v" + versionName + "+" + versionCode)
}
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Lots of updates!

* Color ID and comment counts on My Observations when there are unviewed updates
* Viewing an observation marks them as viewed
* Camera shutter effect on Standard Camera
* Loading effect for new photo thumbnails on Standard Camera
* Bugfix: back nav button from Obs Edit returns to Obs Detail instead of My
Observations
* Add close button to Login screen
* Photo preview on Standard Camera remains flush with the top of the screen
* Added upload progress bar to upload bottom sheet
* Numerous updates to bring the bulk uploader closer to spec
4 changes: 2 additions & 2 deletions ios/iNaturalistReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEVELOPMENT_TEAM = N5J7L4P93Z;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
Expand All @@ -423,7 +423,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 23;
DEVELOPMENT_TEAM = N5J7L4P93Z;
INFOPLIST_FILE = iNaturalistReactNative/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion ios/iNaturalistReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/iNaturalistReactNativeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>22</string>
<string>23</string>
</dict>
</plist>

0 comments on commit c537167

Please sign in to comment.