Skip to content

Commit

Permalink
backport
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 4, 2019
1 parent caec36f commit e617923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ version '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/staging/' }
//com.neuronrobotics hosting point
maven { url 'https://oss.sonatype.org/content/repositories/staging/' }
}

dependencies {

implementation "com.neuronrobotics:SimplePacketComsJava:0.10.1"
implementation "com.neuronrobotics:SimplePacketComsJava-HID:0.13.0"
implementation "com.neuronrobotics:SimplePacketComsJava-HID:0.11.0"
//implementation project(":SimplePacketComsJava")

}
Expand Down

0 comments on commit e617923

Please sign in to comment.