upgrade to patched openimag bridj with source see https://github.com/sarxos/webcam-capture/issues/723

This commit is contained in:
Craig Raw 2020-10-19 07:39:45 +02:00
parent 63a9a798f3
commit 4ea5ec6c0a

View file

@ -20,6 +20,7 @@ repositories {
maven { url 'https://oss.sonatype.org/content/groups/public' } maven { url 'https://oss.sonatype.org/content/groups/public' }
maven { url 'https://mymavenrepo.com/repo/29EACwkkGcoOKnbx3bxN/' } maven { url 'https://mymavenrepo.com/repo/29EACwkkGcoOKnbx3bxN/' }
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
maven { url 'http://maven.openimaj.org/' }
} }
tasks.withType(AbstractArchiveTask) { tasks.withType(AbstractArchiveTask) {
@ -51,7 +52,7 @@ dependencies {
exclude group: 'org.slf4j' exclude group: 'org.slf4j'
} }
implementation('com.sparrowwallet:hummingbird:1.2') implementation('com.sparrowwallet:hummingbird:1.2')
implementation('com.nativelibs4java:bridj:0.7-20200803') implementation('com.nativelibs4java:bridj:0.7-20140918-3')
implementation('com.github.sarxos:webcam-capture:0.3.13-SNAPSHOT') { implementation('com.github.sarxos:webcam-capture:0.3.13-SNAPSHOT') {
exclude group: 'com.nativelibs4java', module: 'bridj' exclude group: 'com.nativelibs4java', module: 'bridj'
} }