Skip to content

Commit 8a6bdee

Browse files
Both - release v1.5.4
1 parent a8e3a05 commit 8a6bdee

File tree

7 files changed

+9
-1183
lines changed

7 files changed

+9
-1183
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 29
13-
versionCode 102
14-
versionName "1.5.3"
13+
versionCode 103
14+
versionName "1.5.4"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
multiDexEnabled true
1717
}

Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/activities/TokenDetailActivity.java

Lines changed: 0 additions & 1052 deletions
This file was deleted.

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-Android/app/src/main/res/layout/activity_token_detail.xml

Lines changed: 0 additions & 122 deletions
This file was deleted.

Cosmos-Android/app/src/main/res/layout/activity_tx_detail_grpc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
android:layout_marginRight="@dimen/space_16"
3434
android:layout_marginBottom="@dimen/space_24"
3535
android:orientation="vertical"
36-
android:visibility="visible">
36+
android:visibility="invisible">
3737

3838
<LinearLayout
3939
android:layout_width="match_parent"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4204,14 +4204,14 @@
42044204
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
42054205
CODE_SIGN_IDENTITY = "Apple Development";
42064206
CODE_SIGN_STYLE = Automatic;
4207-
CURRENT_PROJECT_VERSION = 102;
4207+
CURRENT_PROJECT_VERSION = 103;
42084208
DEVELOPMENT_TEAM = 8G562MW56M;
42094209
INFOPLIST_FILE = Cosmostation/Info.plist;
42104210
LD_RUNPATH_SEARCH_PATHS = (
42114211
"$(inherited)",
42124212
"@executable_path/Frameworks",
42134213
);
4214-
MARKETING_VERSION = 1.5.3;
4214+
MARKETING_VERSION = 1.5.4;
42154215
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
42164216
PRODUCT_NAME = "$(TARGET_NAME)";
42174217
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -4231,14 +4231,14 @@
42314231
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
42324232
CODE_SIGN_IDENTITY = "Apple Development";
42334233
CODE_SIGN_STYLE = Automatic;
4234-
CURRENT_PROJECT_VERSION = 102;
4234+
CURRENT_PROJECT_VERSION = 103;
42354235
DEVELOPMENT_TEAM = 8G562MW56M;
42364236
INFOPLIST_FILE = Cosmostation/Info.plist;
42374237
LD_RUNPATH_SEARCH_PATHS = (
42384238
"$(inherited)",
42394239
"@executable_path/Frameworks",
42404240
);
4241-
MARKETING_VERSION = 1.5.3;
4241+
MARKETING_VERSION = 1.5.4;
42424242
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
42434243
PRODUCT_NAME = "$(TARGET_NAME)";
42444244
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)