Skip to content

Commit

Permalink
Add export PluginInfo of RN
Browse files Browse the repository at this point in the history
  • Loading branch information
osakila authored Nov 14, 2024
1 parent e93605f commit 480f9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-multiplatform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions react-native/src/theta-repository/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 480f9c6

Please sign in to comment.