Skip to content

Commit

Permalink
updated librealsense java to 0.2.1 and fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 22, 2020
1 parent 3791805 commit 1137acf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
group 'ch.bildspur'
version '2.1.1'
version '2.1.2'

apply plugin: 'java'

sourceCompatibility = 1.8

def rsVersion = '0.2.1'

repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
Expand All @@ -22,11 +24,11 @@ javadoc {

dependencies {
// release
releaseJars 'com.github.cansik:librealsense-java:0.2'
releaseJars "com.github.cansik:librealsense-java:$rsVersion"

// compile
testCompile group: 'junit', name: 'junit', version: '4.11'
compile 'com.github.cansik:librealsense-java:0.2'
compile "com.github.cansik:librealsense-java:$rsVersion"

// processing
compile group: 'org.processing', name: 'core', version: '3.3.7'
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors=[Florian Bruggisser](https://bildspur.ch)
url=https://github.com/cansik/realsense-processing
sentence=Intel RealSense support for Processing
paragraph=Use the Intel RealSense (https://realsense.intel.com/) cameras together with Processing.
version=211000
prettyVersion=2.1.1
version=212000
prettyVersion=2.1.2
minRevision=0
maxRevision=0

0 comments on commit 1137acf

Please sign in to comment.