From 2aed7ab3a42255df0e0d70d9c416e7cae035988a Mon Sep 17 00:00:00 2001 From: rikardwissing Date: Thu, 14 May 2020 14:20:12 +0200 Subject: [PATCH] v1.7.9 --- android/app/build.gradle | 4 ++-- ios/COINiDWallet.xcodeproj/project.pbxproj | 8 ++++---- ios/COINiDWallet/Info.plist | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2229a08..0e5e68c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -117,8 +117,8 @@ android { applicationId "org.coinid.wallet.tbtc" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 364 - versionName "1.7.8" + versionCode 366 + versionName "1.7.9" renderscriptTargetApi 23 renderscriptSupportModeEnabled true diff --git a/ios/COINiDWallet.xcodeproj/project.pbxproj b/ios/COINiDWallet.xcodeproj/project.pbxproj index 2ffcd67..104dad1 100644 --- a/ios/COINiDWallet.xcodeproj/project.pbxproj +++ b/ios/COINiDWallet.xcodeproj/project.pbxproj @@ -1751,7 +1751,7 @@ buildSettings = { APP_RETURN_SCHEME = "coinid-tbtc"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 377; + CURRENT_PROJECT_VERSION = 380; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = RTXAQQG73Y; HEADER_SEARCH_PATHS = ( @@ -1787,7 +1787,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.coinid.wallet.tbtc"; + PRODUCT_BUNDLE_IDENTIFIER = org.coinid.wallet.tbtc; PRODUCT_NAME = "tBTC COINiD"; VERSIONING_SYSTEM = "apple-generic"; }; @@ -1798,7 +1798,7 @@ buildSettings = { APP_RETURN_SCHEME = "coinid-tbtc"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 377; + CURRENT_PROJECT_VERSION = 380; DEVELOPMENT_TEAM = RTXAQQG73Y; HEADER_SEARCH_PATHS = ( "$(inherited)", @@ -1833,7 +1833,7 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.coinid.wallet.tbtc"; + PRODUCT_BUNDLE_IDENTIFIER = org.coinid.wallet.tbtc; PRODUCT_NAME = "tBTC COINiD"; VERSIONING_SYSTEM = "apple-generic"; }; diff --git a/ios/COINiDWallet/Info.plist b/ios/COINiDWallet/Info.plist index 632ae14..335aae0 100644 --- a/ios/COINiDWallet/Info.plist +++ b/ios/COINiDWallet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.8 + 1.7.9 CFBundleSignature ???? CFBundleURLTypes @@ -32,7 +32,7 @@ CFBundleVersion - 377 + 380 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/package.json b/package.json index b16b959..58fe528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "COINiDWallet", - "version": "1.7.8", + "version": "1.7.9", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",