desc:重命名app moudle

main
xiaowusky 2 years ago
parent 9aec189a06
commit 2cfcf006b8

@ -35,7 +35,7 @@ public class MainActivity extends AppCompatActivity {
private static final int REQUEST_CAMERA_PERMISSION = 1000; private static final int REQUEST_CAMERA_PERMISSION = 1000;
private static final int REQUEST_MEDIA_PROJECTION = 1001; private static final int REQUEST_MEDIA_PROJECTION = 1001;
public static final String HOST = "cloud.easydarwin.org"; public static final String HOST = "192.168.51.189";
private MediaStream mediaStream; private MediaStream mediaStream;
private Single<MediaStream> getMediaStream() { private Single<MediaStream> getMediaStream() {

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -1,4 +1,4 @@
include ':myapplication' //, ':libuvccamera-release' include ':app' //, ':libuvccamera-release'
include ':library' include ':library'
include ':ijkplayer-java' include ':ijkplayer-java'
include ':commonSPort' include ':commonSPort'

Loading…
Cancel
Save