fix: add stub for IMA and option to enable it on demand

This commit is contained in:
olivier
2023-02-07 23:14:50 +01:00
parent 0e0ff18b27
commit 57b4a76775
4 changed files with 106 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ buildscript {
// Otherwise we default to the side-by-side NDK version from AGP.
ndkVersion = "21.4.7075529"
}
RNVUseExoplayerIMA = true
}
repositories {
google()