Commit 18e1c4e1 by 王宇航

模塊搭建完成,功能未完成

parent 0f706711
...@@ -65,7 +65,7 @@ android { ...@@ -65,7 +65,7 @@ android {
} else if (variant.buildType.name == 'debug') { } else if (variant.buildType.name == 'debug') {
fileName = "${formattedDate}__GsAndroid_${variant.mergedFlavor.versionName}_debug_.apk" fileName = "${formattedDate}__GsAndroid_${variant.mergedFlavor.versionName}_debug_.apk"
} }
outputFileName = fileName; outputFileName = fileName
} }
} }
} }
......
...@@ -3,7 +3,7 @@ package com.joe.base; ...@@ -3,7 +3,7 @@ package com.joe.base;
import android.content.Context; import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4; import androidx.test.runner.AndroidJUnit4;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
......
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest package="com.joe.base" />
package="com.joe.base" />
...@@ -5,10 +5,6 @@ import android.content.Context; ...@@ -5,10 +5,6 @@ import android.content.Context;
import com.google.gson.GsonBuilder; import com.google.gson.GsonBuilder;
import com.jess.arms.di.module.AppModule; import com.jess.arms.di.module.AppModule;
/**
* @创建者 CSDN_LQR
* @描述 Gson配置
*/
public class MyGsonConfiguration implements AppModule.GsonConfiguration { public class MyGsonConfiguration implements AppModule.GsonConfiguration {
@Override @Override
......
<resources> <resources>
<string name="user_login_name" translatable="false">component-user-login</string> <string name="user_login_name" translatable="false">component-user-login</string>
<string name="user_login_welcome_login">歡迎登陸商戶端</string> <string name="user_login_welcome_login" translatable="false">歡迎登陸商戶端</string>
</resources> </resources>
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