use otto from mavenLocal

This commit is contained in:
Marcus Hoffmann 2020-03-13 22:45:31 +01:00
parent 6fa4bfb05f
commit 3d9a6858a1
5 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -18,6 +18,7 @@ allprojects {
repositories {
google()
jcenter()
mavenLocal()
flatDir {
dirs 'misc/libs'