build: 修改到可编译成功
This commit is contained in:
4
WebRTCController/.gitignore
vendored
4
WebRTCController/.gitignore
vendored
@@ -1,2 +1,4 @@
|
||||
/build/
|
||||
/.idea/
|
||||
/app/build/
|
||||
/.idea/
|
||||
/.gradle/
|
||||
@@ -33,7 +33,7 @@ dependencies {
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
|
||||
// WebRTC
|
||||
implementation 'io.github.nicholasgasior:webrtc-android:1.0.0'
|
||||
implementation 'io.github.webrtc-sdk:android:144.7559.09'
|
||||
|
||||
// OkHttp for WebSocket
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
|
||||
|
||||
BIN
WebRTCController/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
WebRTCController/app/src/main/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
WebRTCController/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
WebRTCController/app/src/main/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
WebRTCController/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
WebRTCController/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
WebRTCController/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
WebRTCController/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
BIN
WebRTCController/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
WebRTCController/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
WebRTCController/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
WebRTCController/gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
6
WebRTCController/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
6
WebRTCController/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#Tue Mar 16 15:27:10 CST 2021
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
|
||||
@@ -3,6 +3,7 @@ pluginManagement {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +12,7 @@ dependencyResolutionManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user