We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unble to go forword, blocked with this error.
I have updated the gradle wrapper to distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip
Dependencies of webrtc-client
dependencies { implementation 'com.github.nkzawa:socket.io-client:0.4.2' implementation 'io.pristine:libjingle:8871@aar' }
Dependencies of app
dependencies { implementation 'com.android.support:appcompat-v7:22.0.0' api project(path: ':webrtc-client') }
The text was updated successfully, but these errors were encountered:
Duplicate with the issue #175. PR is here #178.
Sorry, something went wrong.
No branches or pull requests
Unble to go forword, blocked with this error.
I have updated the gradle wrapper to
distributionUrl=https://services.gradle.org/distributions/gradle-4.4-all.zip
Dependencies of webrtc-client
dependencies {
implementation 'com.github.nkzawa:socket.io-client:0.4.2'
implementation 'io.pristine:libjingle:8871@aar'
}
Dependencies of app
dependencies {
implementation 'com.android.support:appcompat-v7:22.0.0'
api project(path: ':webrtc-client')
}
The text was updated successfully, but these errors were encountered: