1
0
Fork 1

added old libwebrtc again

This commit is contained in:
Arne 2022-02-25 12:59:14 +01:00
parent b9230ccb29
commit 67a724ce7a

View file

@ -17,6 +17,7 @@ allprojects {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://raw.github.com/abdularis/libwebrtc-android/repo/" }
}
}
@ -24,6 +25,7 @@ repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://raw.github.com/abdularis/libwebrtc-android/repo/" }
jcenter()
}