We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454354c commit 9f3649aCopy full SHA for 9f3649a
examples/cast_android/app/build.gradle
@@ -36,6 +36,7 @@ android {
36
}
37
38
dependencies {
39
+ implementation fileTree(dir: '../../../libs', include: 'cast-debug.aar')
40
implementation fileTree(dir: 'libs', include: 'cast-debug.aar')
41
42
implementation 'androidx.appcompat:appcompat:1.7.0'
include/cast/cast_def.h
@@ -1,7 +1,7 @@
1
#pragma once
2
3
// SDK: cast
4
-// Version: 12.0.0
+// Version: 12.0.2
5
6
#define CUS_MAXTGC 10
7
#define CUS_SUCCESS 0
0 commit comments