Skip to content

Commit

Permalink
Both - Relase v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Jul 30, 2021
1 parent eeca93b commit 0ddd1eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cosmos-Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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 = "";
Expand All @@ -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)",
Expand All @@ -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 = "";
Expand Down
6 changes: 3 additions & 3 deletions Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 0ddd1eb

Please sign in to comment.