Skip to content

Commit

Permalink
build(native-app): Update build number to 143 (#14445)
Browse files Browse the repository at this point in the history
* update build number to 143

* fix after merge

* chore: nx format:write update dirty files

* update ios version to correct build on app store connect

---------

Co-authored-by: andes-it <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 10, 2024
1 parent 08924d3 commit efa5b4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/native/app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ android {
applicationId "is.island.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 142
versionCode 143
versionName "1.2.6"
manifestPlaceholders = [
appAuthRedirectScheme: "is.island.app" // project.config.get("BUNDLE_ID_ANDROID")
Expand Down
6 changes: 3 additions & 3 deletions apps/native/app/ios/IslandApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
CODE_SIGN_ENTITLEMENTS = IslandApp/IslandApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 142;
CURRENT_PROJECT_VERSION = 144;
DEVELOPMENT_TEAM = J3WWZR9JLF;
DISPLAY_NAME = "Ísland.dev";
INFOPLIST_FILE = IslandApp/Info.plist;
Expand Down Expand Up @@ -603,7 +603,7 @@
CODE_SIGN_ENTITLEMENTS = IslandApp/IslandApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 142;
CURRENT_PROJECT_VERSION = 144;
DEVELOPMENT_TEAM = J3WWZR9JLF;
DISPLAY_NAME = "Ísland.is";
INFOPLIST_FILE = IslandApp/Info.plist;
Expand Down Expand Up @@ -716,7 +716,7 @@
CODE_SIGN_ENTITLEMENTS = IslandApp/IslandApp.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 142;
CURRENT_PROJECT_VERSION = 144;
DEVELOPMENT_TEAM = J3WWZR9JLF;
DISPLAY_NAME = "Ísland.dev";
ENABLE_BITCODE = NO;
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/ios/IslandApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>142</string>
<string>144</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit efa5b4a

Please sign in to comment.