Skip to content

Commit

Permalink
Update RICOH THETA Plugin Library to v3.3.0 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: DaisukeHohjoh <dyhojo0816>
  • Loading branch information
DaisukeHohjoh committed Oct 19, 2023
1 parent ec00c1b commit fe3086c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THETA Plug-in: CameraAPI Capture Plugin

Version: 3.1.1
Version: 3.1.2

This sample plug-in shows the way of capturing image with Camera API for RICOH THETA V/Z1/X.

Expand Down Expand Up @@ -41,7 +41,7 @@ Tips : How to update your RICOH THETA firmware:
* compileSdkVersion 29
* minSdkVersion 25
* targetSdkVersion 29
* [RICOH THETA Plug-in Library](https://github.com/ricohapi/theta-plugin-library) (Version 3.2.0) is being imported.
* [RICOH THETA Plug-in Library](https://github.com/ricohapi/theta-plugin-library) (Version 3.3.0) is being imported.

<a name="specification"></a>
## Specification of this plugin
Expand Down Expand Up @@ -76,7 +76,7 @@ Tips : How to update your RICOH THETA firmware:
```gradle
dependencies {
...
implementation 'com.theta360:pluginlibrary:3.2.0'
implementation 'com.theta360:pluginlibrary:3.3.0'
...
}
```
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.theta360.pluginsample"
minSdkVersion 25
targetSdkVersion 29
versionCode 6
versionName "3.1.1"
versionCode 7
versionName "3.1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand All @@ -31,5 +31,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
implementation 'com.theta360:pluginlibrary:3.2.0'
implementation 'com.theta360:pluginlibrary:3.3.0'
}

0 comments on commit fe3086c

Please sign in to comment.