Skip to content

Commit

Permalink
Updated build numbers for the app release
Browse files Browse the repository at this point in the history
  • Loading branch information
devinpearson committed Aug 11, 2022
1 parent 49a0477 commit 9763b59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.mymonero.official_android_application"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionName "1.2.10"
versionCode 24
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,13 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEVELOPMENT_TEAM = NLN5D623Y3;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.10;
MARKETING_VERSION = 1.3.0;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = "com.mymonero.mymonero-app";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -382,13 +382,13 @@
CODE_SIGN_ENTITLEMENTS = App/App.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEVELOPMENT_TEAM = NLN5D623Y3;
INFOPLIST_FILE = App/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.2.10;
MARKETING_VERSION = 1.3.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mymonero.mymonero-app";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
6 changes: 3 additions & 3 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>The MyMonero app uses your device&apos;s camera to scan physical Monero Payment Request QR codes.</string>
<string>The MyMonero app uses your device's camera to scan physical Monero Payment Request QR codes.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>The MyMonero app uses your device&apos;s photos album to save and to open Monero Payment Request QR code image files.</string>
<string>The MyMonero app uses your device's photos album to save and to open Monero Payment Request QR code image files.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>The MyMonero app uses your device&apos;s photos album to save and to open Monero Payment Request QR code image files.</string>
<string>The MyMonero app uses your device's photos album to save and to open Monero Payment Request QR code image files.</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit 9763b59

Please sign in to comment.