Merge branch 'ad'

This commit is contained in:
liujing
2021-01-20 17:02:58 +08:00
5 changed files with 15 additions and 4 deletions

View File

@@ -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());
}
}

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.mogo_realtime">
package="com.mogo.realtime">
/
</manifest>

View File

@@ -0,0 +1,10 @@
package com.mogo.realtime.net;
/**
* @author liujing
* @description <>
* date: 2021/1/20
*/
interface RealTimeApiService {
}

View File

@@ -1,4 +1,4 @@
package com.example.mogo_realtime;
package com.mogo.realtime;
import org.junit.Test;

View File

@@ -1,4 +1,5 @@
include ':modules:mogo-realtime'
include ':modules:mogo-realtime'
include ':modules:realtime'
include ':modules:mogo-tanlu'
include ':foudations:mogo-commons'