[add] 修改实时数据module包名
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.example.mogo_realtime;
|
||||
package com.mogo.realtime;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
|
||||
public void useAppContext() {
|
||||
// Context of the app under test.
|
||||
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
|
||||
assertEquals("com.example.mogo_realtime.test", appContext.getPackageName());
|
||||
assertEquals("com.mogo.realtime.test", appContext.getPackageName());
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.mogo_realtime">
|
||||
package="com.mogo.realtime">
|
||||
|
||||
/
|
||||
</manifest>
|
||||
@@ -0,0 +1,10 @@
|
||||
package com.mogo.realtime.net;
|
||||
|
||||
/**
|
||||
* @author liujing
|
||||
* @description <>
|
||||
* date: 2021/1/20
|
||||
*/
|
||||
interface RealTimeApiService {
|
||||
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.mogo_realtime;
|
||||
package com.mogo.realtime;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
include ':modules:mogo-realtime'
|
||||
include ':modules:mogo-realtime'
|
||||
include ':modules:realtime'
|
||||
include ':modules:mogo-tanlu'
|
||||
include ':foudations:mogo-commons'
|
||||
|
||||
Reference in New Issue
Block a user