Skip to content

Commit

Permalink
Merge pull request #7 from ricohapi/feature/#6
Browse files Browse the repository at this point in the history
Add Exif support/ THETA Z1
  • Loading branch information
j-takashima authored Oct 28, 2019
2 parents 7848f39 + 3cdf018 commit 5cf4b5f
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THETA Plug-in: CameraAPI Capture Plugin

Version: 2.0.0
Version: 2.1.0

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 25
targetSdkVersion 25
versionCode 2
versionName "2.0.0"
versionName "2.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand All @@ -32,5 +32,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:2.0.0'
implementation 'com.theta360:pluginlibrary:2.1.0'
}
Loading

0 comments on commit 5cf4b5f

Please sign in to comment.