Skip to content

Commit

Permalink
Merge pull request #603 from HathorNetwork/chore/sync-release
Browse files Browse the repository at this point in the history
[v0.28.0] Sync `release` with `master`
  • Loading branch information
tuliomir authored Nov 7, 2024
2 parents 122f808 + 9a153d1 commit 46ac781
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 94 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "network.hathor.wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 74
versionName "0.28.0-rc.2"
versionCode 76
versionName "0.28.0"
missingDimensionStrategy "react-native-camera", "general"
}
signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
kotlin_version = "1.7.20"
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
targetSdkVersion = 34

// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
Expand Down
4 changes: 2 additions & 2 deletions ios/HathorMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 0.2.0;
CURRENT_PROJECT_VERSION = 1.0.0;
DEVELOPMENT_TEAM = 55SHY647CG;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = HathorMobile/Info.plist;
Expand Down Expand Up @@ -506,7 +506,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = HathorMobile/HathorMobile.entitlements;
CURRENT_PROJECT_VERSION = 0.2.0;
CURRENT_PROJECT_VERSION = 1.0.0;
DEVELOPMENT_TEAM = 55SHY647CG;
INFOPLIST_FILE = HathorMobile/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
Loading

0 comments on commit 46ac781

Please sign in to comment.