Skip to content

Commit 24e3441

Browse files
Both - release v1.5.14
1 parent f64ce01 commit 24e3441

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cosmos-Android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "wannabit.io.cosmostaion"
1111
minSdkVersion 23
1212
targetSdkVersion 30
13-
versionCode 113
14-
versionName "1.5.13"
13+
versionCode 114
14+
versionName "1.5.14"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
multiDexEnabled true
1717
}

Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/base/BaseConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.math.BigDecimal;
44

55
public class BaseConstant {
6-
public final static boolean IS_SHOWLOG = true;
6+
public final static boolean IS_SHOWLOG = false;
77
public final static boolean SUPPORT_MOONPAY = true;
88
public final static boolean SUPPORT_BEP3_SWAP = true;
99
public final static String LOG_TAG = "Cosmostation";

Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,7 +5315,7 @@
53155315
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
53165316
CODE_SIGN_IDENTITY = "Apple Development";
53175317
CODE_SIGN_STYLE = Automatic;
5318-
CURRENT_PROJECT_VERSION = 113;
5318+
CURRENT_PROJECT_VERSION = 114;
53195319
DEVELOPMENT_TEAM = 8G562MW56M;
53205320
FRAMEWORK_SEARCH_PATHS = (
53215321
"$(inherited)",
@@ -5327,7 +5327,7 @@
53275327
"$(inherited)",
53285328
"@executable_path/Frameworks",
53295329
);
5330-
MARKETING_VERSION = 1.5.13;
5330+
MARKETING_VERSION = 1.5.14;
53315331
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
53325332
PRODUCT_NAME = "$(TARGET_NAME)";
53335333
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5347,7 +5347,7 @@
53475347
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
53485348
CODE_SIGN_IDENTITY = "Apple Development";
53495349
CODE_SIGN_STYLE = Automatic;
5350-
CURRENT_PROJECT_VERSION = 113;
5350+
CURRENT_PROJECT_VERSION = 114;
53515351
DEVELOPMENT_TEAM = 8G562MW56M;
53525352
FRAMEWORK_SEARCH_PATHS = (
53535353
"$(inherited)",
@@ -5359,7 +5359,7 @@
53595359
"$(inherited)",
53605360
"@executable_path/Frameworks",
53615361
);
5362-
MARKETING_VERSION = 1.5.13;
5362+
MARKETING_VERSION = 1.5.14;
53635363
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
53645364
PRODUCT_NAME = "$(TARGET_NAME)";
53655365
PROVISIONING_PROFILE_SPECIFIER = "";

Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import SQLite
1111

12-
let SHOW_LOG = true;
12+
let SHOW_LOG = false;
1313
let SUPPORT_BEP3_SWAP = true;
1414

1515
let KEY_RECENT_ACCOUNT = "KEY_RECENT_ACCOUNT"

0 commit comments

Comments
 (0)