Try an example app and debug issues

This commit is contained in:
2026-04-19 23:40:54 +02:00
parent f2332b4844
commit 9c8fdbcc53
10 changed files with 320 additions and 20 deletions
+2 -2
View File
@@ -12,13 +12,13 @@
"OmniView": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmniView"
"implementationClassName": "OmniView"
}
},
"OmniPlayerFactory": {
"android": {
"language": "kotlin",
"implementationClassName": "HybridOmniPlayerFactory"
"implementationClassName": "OmniPlayerFactory"
}
}
},