Attempt to get events working

This commit is contained in:
Alex Kim
2024-11-17 20:52:07 +11:00
parent e010c8229c
commit 6b751cf154
2 changed files with 29 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ if (useManagedAndroidSdkVersions) {
dependencies {
implementation 'org.videolan.android:libvlc-all:3.6.0-eap12'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.31"
implementation 'com.facebook.react:react-native:+'
}
android {