Skip to content

Commit

Permalink
chore: bumped to v0.29.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabadesso committed Nov 7, 2024
1 parent f9650f3 commit b3470d6
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 7 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 76
versionName "0.28.0"
versionCode 77
versionName "0.28.0-rc.1"
missingDimensionStrategy "react-native-camera", "general"
}
signingConfigs {
Expand Down
46 changes: 46 additions & 0 deletions android/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"project_info": {
"project_number": "328420024914",
"project_id": "hathor-wallet",
"storage_bucket": "hathor-wallet.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:328420024914:android:08d4e3657b1141f86fb58b",
"android_client_info": {
"package_name": "network.hathor.wallet"
}
},
"oauth_client": [
{
"client_id": "328420024914-om30ukiehb82hs28m1h4kmplff1dlaoj.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAHsgyAuuyHXqoEztMd0na6gX0gCulyyng"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "328420024914-om30ukiehb82hs28m1h4kmplff1dlaoj.apps.googleusercontent.com",
"client_type": 3
},
{
"client_id": "328420024914-j1anja2787ucc4isfmobd31tseqd25gl.apps.googleusercontent.com",
"client_type": 2,
"ios_info": {
"bundle_id": "network.hathor.wallet"
}
}
]
}
}
}
],
"configuration_version": "1"
}
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 = 1.0.0;
CURRENT_PROJECT_VERSION = 0.1.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 = 1.0.0;
CURRENT_PROJECT_VERSION = 0.1.0;
DEVELOPMENT_TEAM = 55SHY647CG;
INFOPLIST_FILE = HathorMobile/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HathorMobile",
"version": "0.28.0",
"version": "0.28.0-rc.1",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
Expand Down

0 comments on commit b3470d6

Please sign in to comment.