From 0ddd1eb6aba308242888cf2873dc413243342d66 Mon Sep 17 00:00:00 2001 From: wannabit-yongjoo Date: Fri, 30 Jul 2021 11:58:07 +0900 Subject: [PATCH] Both - Relase v1.5.13 --- Cosmos-Android/app/build.gradle | 4 ++-- .../java/wannabit/io/cosmostaion/base/BaseConstant.java | 2 +- .../Cosmostation/Cosmostation.xcodeproj/project.pbxproj | 8 ++++---- .../Cosmostation/Cosmostation/Base/BaseConstant.swift | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cosmos-Android/app/build.gradle b/Cosmos-Android/app/build.gradle index f5edc37ec..f78588b86 100644 --- a/Cosmos-Android/app/build.gradle +++ b/Cosmos-Android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "wannabit.io.cosmostaion" minSdkVersion 23 targetSdkVersion 30 - versionCode 111 - versionName "1.5.11" + versionCode 113 + versionName "1.5.13" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true } diff --git a/Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/base/BaseConstant.java b/Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/base/BaseConstant.java index 3bde2759f..cb7961e7e 100644 --- a/Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/base/BaseConstant.java +++ b/Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/base/BaseConstant.java @@ -3,7 +3,7 @@ import java.math.BigDecimal; public class BaseConstant { - public final static boolean IS_SHOWLOG = true; + public final static boolean IS_SHOWLOG = false; public final static boolean SUPPORT_MOONPAY = true; public final static boolean SUPPORT_BEP3_SWAP = true; public final static String LOG_TAG = "Cosmostation"; diff --git a/Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj b/Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj index 5d2e40c47..47c48258a 100644 --- a/Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj +++ b/Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj @@ -4991,7 +4991,7 @@ CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 112; + CURRENT_PROJECT_VERSION = 113; DEVELOPMENT_TEAM = 8G562MW56M; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -5003,7 +5003,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.12; + MARKETING_VERSION = 1.5.13; PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -5023,7 +5023,7 @@ CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 112; + CURRENT_PROJECT_VERSION = 113; DEVELOPMENT_TEAM = 8G562MW56M; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -5035,7 +5035,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.5.12; + MARKETING_VERSION = 1.5.13; PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift b/Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift index 05d614252..6023d972a 100644 --- a/Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift +++ b/Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift @@ -9,7 +9,7 @@ import Foundation import SQLite -let SHOW_LOG = true; +let SHOW_LOG = false; let SUPPORT_BEP3_SWAP = true; let KEY_RECENT_ACCOUNT = "KEY_RECENT_ACCOUNT" @@ -781,9 +781,9 @@ public enum ChainType: String { // result.append(IOV_TEST) // result.append(OKEX_TEST) // result.append(CERTIK_TEST) - result.append(RIZON_TEST) +// result.append(RIZON_TEST) // result.append(MEDI_TEST) - result.append(ALTHEA_TEST) +// result.append(ALTHEA_TEST) return result }