Skip to content

Commit

Permalink
Merge branch 'v2.17.1' into v2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein authored Jan 8, 2025
2 parents 5fd5f0f + 52c50b4 commit 817e669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
applicationId "org.inaturalist.seek"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 374
versionName "2.16.5"
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>374</string>
<string>377</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 817e669

Please sign in to comment.