We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb5853 commit d4be906Copy full SHA for d4be906
Android/APIExample/app/build.gradle
@@ -46,6 +46,7 @@ dependencies {
46
}
47
else{
48
def agora_sdk_version = "4.0.0.+"
49
+
50
// case 1: full single lib
51
implementation "io.agora.rtc:full-sdk:${agora_sdk_version}"
52
implementation "io.agora.rtc:full-screen-sharing:${agora_sdk_version}"
0 commit comments