Commit 74902f7
committed
fix: Resolve compilation error in video streaming feature
This change addresses a compilation error that occurred after introducing the video streaming functionality. The `LiveSession.kt` file was missing an import for `android.Manifest`, which resulted in an "Unresolved reference" error during the build process.
This commit adds the necessary `import android.Manifest` statement to `LiveSession.kt`, resolving the compilation issue.1 parent 150893c commit 74902f7
File tree
1 file changed
+1
-0
lines changed- firebase-ai/src/main/kotlin/com/google/firebase/ai/type
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments