Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
We just did a build of Android again because of faulty vision model suggestions.
  • Loading branch information
jtklein committed Jan 8, 2025
1 parent 3e4cede commit 52c50b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ android {
applicationId "org.inaturalist.seek"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 371
versionCode 377
versionName "2.16.4"
// for creating ic_seek_adaptiveappicon.xml
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion ios/Seek/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>371</string>
<string>377</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 52c50b4

Please sign in to comment.