Skip to content

Commit 9f3649a

Browse files
committed
updating examples for v12.0.2
1 parent 454354c commit 9f3649a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/cast_android/app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39+
implementation fileTree(dir: '../../../libs', include: 'cast-debug.aar')
3940
implementation fileTree(dir: 'libs', include: 'cast-debug.aar')
4041

4142
implementation 'androidx.appcompat:appcompat:1.7.0'

include/cast/cast_def.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
// SDK: cast
4-
// Version: 12.0.0
4+
// Version: 12.0.2
55

66
#define CUS_MAXTGC 10
77
#define CUS_SUCCESS 0

0 commit comments

Comments
 (0)