Skip to content

Commit 3332d67

Browse files
Both - Release 1.3.15
1 parent 7219790 commit 3332d67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cosmos-Android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "wannabit.io.cosmostaion"
99
minSdkVersion 23
1010
targetSdkVersion 28
11-
versionCode 64
12-
versionName "1.3.14"
11+
versionCode 65
12+
versionName "1.3.15"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {

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
@@ -1,7 +1,7 @@
11
package wannabit.io.cosmostaion.base;
22

33
public class BaseConstant {
4-
public final static boolean IS_SHOWLOG = true;
4+
public final static boolean IS_SHOWLOG = false;
55
public final static boolean IS_TEST = false;
66
public final static boolean IS_FEE_FREE = false;
77
public final static boolean SUPPORT_MOONPAY = true;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2541,14 +2541,14 @@
25412541
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
25422542
CODE_SIGN_IDENTITY = "Apple Development";
25432543
CODE_SIGN_STYLE = Automatic;
2544-
CURRENT_PROJECT_VERSION = 63;
2544+
CURRENT_PROJECT_VERSION = 65;
25452545
DEVELOPMENT_TEAM = 8G562MW56M;
25462546
INFOPLIST_FILE = Cosmostation/Info.plist;
25472547
LD_RUNPATH_SEARCH_PATHS = (
25482548
"$(inherited)",
25492549
"@executable_path/Frameworks",
25502550
);
2551-
MARKETING_VERSION = 1.3.13;
2551+
MARKETING_VERSION = 1.3.15;
25522552
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
25532553
PRODUCT_NAME = "$(TARGET_NAME)";
25542554
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2568,14 +2568,14 @@
25682568
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
25692569
CODE_SIGN_IDENTITY = "Apple Development";
25702570
CODE_SIGN_STYLE = Automatic;
2571-
CURRENT_PROJECT_VERSION = 63;
2571+
CURRENT_PROJECT_VERSION = 65;
25722572
DEVELOPMENT_TEAM = 8G562MW56M;
25732573
INFOPLIST_FILE = Cosmostation/Info.plist;
25742574
LD_RUNPATH_SEARCH_PATHS = (
25752575
"$(inherited)",
25762576
"@executable_path/Frameworks",
25772577
);
2578-
MARKETING_VERSION = 1.3.13;
2578+
MARKETING_VERSION = 1.3.15;
25792579
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
25802580
PRODUCT_NAME = "$(TARGET_NAME)";
25812581
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)