Skip to content

Commit

Permalink
Android - release v.1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Aug 30, 2021
1 parent 38b629a commit 6e4da73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cosmos-Android/app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "wannabit.io.cosmostaion"
minSdkVersion 23
targetSdkVersion 30
versionCode 114
versionName "1.5.14"
versionCode 115
versionName "1.5.15"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
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

0 comments on commit 6e4da73

Please sign in to comment.