Remove moonlight-common subproject

This commit is contained in:
Cameron Gutman 2019-08-20 18:51:13 -07:00
parent 61f8fa7c5a
commit 235a0635be
164 changed files with 6 additions and 730 deletions

4
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "src/main/jni/moonlight-core/moonlight-common-c"]
path = moonlight-common/src/main/jni/moonlight-core/moonlight-common-c
[submodule "app/src/main/jni/moonlight-core/moonlight-common-c"]
path = app/src/main/jni/moonlight-core/moonlight-common-c
url = https://github.com/moonlight-stream/moonlight-common-c.git

View File

@ -117,6 +117,7 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:1.62'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.62'
implementation 'org.jcodec:jcodec:0.2.3'
implementation project(':moonlight-common')
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation 'com.squareup.okio:okio:1.17.4'
implementation 'org.jmdns:jmdns:3.5.5'
}

View File

@ -36,10 +36,10 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
import org.xmlpull.v1.XmlPullParserFactory;
import com.limelight.BuildConfig;
import com.limelight.LimeLog;
import com.limelight.nvstream.ConnectionContext;
import com.limelight.nvstream.http.PairingManager.PairState;
import com.moonlight_stream.moonlight_common.BuildConfig;
import okhttp3.ConnectionPool;
import okhttp3.Handshake;

Some files were not shown because too many files have changed in this diff Show More