Commit 9aa6fd30 authored by linfeng's avatar linfeng

钱包接口和逻辑

parent 4779721c
......@@ -8,8 +8,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 123
versionName "1.2.3"
versionCode 124
versionName "1.2.4"
multiDexEnabled true
//新版Gradle 是 implementation 为了兼容compile,写上这句话
......
......@@ -47,6 +47,7 @@ public class WalletActivity extends BaseStatusActivity<WalletPresenter> {
private String balance;
@Override
protected int setLayout() {
return R.layout.activity_wallet;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment