Skip to content

Commit

Permalink
Revert "Merge branch 'v2.17.1' into v2.16.5"
Browse files Browse the repository at this point in the history
This reverts commit 817e669, reversing
changes made to 5fd5f0f.
  • Loading branch information
jtklein committed Jan 8, 2025
1 parent 817e669 commit 8b1c5b7
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 377
versionName "2.16.4"
versionCode 374
versionName "2.16.5"
// 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>377</string>
<string>374</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false />
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 8b1c5b7

Please sign in to comment.