Skip to content

Commit

Permalink
Merge pull request #42 from ricohapi/feat/v3.1.0
Browse files Browse the repository at this point in the history
Update RICOH THETA Plugin Library to v3.1.0
  • Loading branch information
KATSUYA2 authored Apr 12, 2023
2 parents 8d9b78e + 398d217 commit be182ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RICOH THETA Plug-in SDK

Version: 3.0.5
Version: 3.1.0

## Contents

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.theta360.pluginapplication"
minSdkVersion 25
targetSdkVersion 29
versionCode 11
versionName "3.0.5"
versionCode 12
versionName "3.1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -29,5 +29,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.0.5'
implementation 'com.theta360:pluginlibrary:3.1.0'
}

0 comments on commit be182ac

Please sign in to comment.