added old libwebrtc again

This commit is contained in:
Arne 2022-02-25 12:59:14 +01:00
parent 0f9d74785b
commit afa37d5dd0

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()
}