use otto from mavenLocal
This commit is contained in:
parent
6fa4bfb05f
commit
3d9a6858a1
@ -75,9 +75,9 @@ dependencies {
|
||||
implementation "com.android.support:appcompat-v7:${versions.supportLib}"
|
||||
implementation "com.android.support:design:${versions.supportLib}"
|
||||
implementation "javax.measure:jsr-275:0.9.1"
|
||||
implementation ':square-otto:1.3.9-SNAPSHOT'
|
||||
annotationProcessor ':square-otto:1.3.9-SNAPSHOT'
|
||||
annotationProcessor ':square-otto-compiler:1.3.9-SNAPSHOT'
|
||||
implementation 'com.squareup:otto:1.3.9-SNAPSHOT'
|
||||
annotationProcessor 'com.squareup:otto:1.3.9-SNAPSHOT'
|
||||
annotationProcessor 'com.squareup:otto-compiler:1.3.9-SNAPSHOT'
|
||||
annotationProcessor 'com.squareup:javapoet:1.9.0'
|
||||
implementation project(':dragbutton')
|
||||
implementation(project(':jscl')) {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -18,6 +18,7 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
|
||||
flatDir {
|
||||
dirs 'misc/libs'
|
||||
|
Loading…
Reference in New Issue
Block a user