diff --git a/kotlin-multiplatform/build.gradle.kts b/kotlin-multiplatform/build.gradle.kts index 8b2e6ba2f4..4a165b1d46 100644 --- a/kotlin-multiplatform/build.gradle.kts +++ b/kotlin-multiplatform/build.gradle.kts @@ -105,7 +105,7 @@ kotlin { android { namespace = "com.ricoh360.thetaclient" - compileSdk = 33 + compileSdk = 34 sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml") defaultConfig { minSdk = 26 diff --git a/react-native/src/theta-repository/index.ts b/react-native/src/theta-repository/index.ts index 62b9c886fb..02861470cb 100644 --- a/react-native/src/theta-repository/index.ts +++ b/react-native/src/theta-repository/index.ts @@ -5,6 +5,7 @@ export * from './theta-config'; export * from './theta-files'; export * from './theta-info'; export * from './theta-meta'; +export * from './theta-plugin'; export * from './theta-repository'; export * from './theta-state'; export * from './theta-timeout';