Skip to content

Commit

Permalink
Both - release v1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Aug 12, 2021
1 parent f64ce01 commit 24e3441
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 113
versionName "1.5.13"
versionCode 114
versionName "1.5.14"
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 @@ -5315,7 +5315,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 113;
CURRENT_PROJECT_VERSION = 114;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -5327,7 +5327,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.13;
MARKETING_VERSION = 1.5.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -5347,7 +5347,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 113;
CURRENT_PROJECT_VERSION = 114;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -5359,7 +5359,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.13;
MARKETING_VERSION = 1.5.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
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

0 comments on commit 24e3441

Please sign in to comment.