We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caec36f commit e617923Copy full SHA for e617923
build.gradle
@@ -25,12 +25,14 @@ version '1.0-SNAPSHOT'
25
repositories {
26
mavenCentral()
27
maven { url 'https://oss.sonatype.org/content/repositories/staging/' }
28
+ //com.neuronrobotics hosting point
29
+ maven { url 'https://oss.sonatype.org/content/repositories/staging/' }
30
}
31
32
dependencies {
33
34
implementation "com.neuronrobotics:SimplePacketComsJava:0.10.1"
- implementation "com.neuronrobotics:SimplePacketComsJava-HID:0.13.0"
35
+ implementation "com.neuronrobotics:SimplePacketComsJava-HID:0.11.0"
36
//implementation project(":SimplePacketComsJava")
37
38
0 commit comments