Feature/update cli (#4)

* fix js api typo

* update doric-cli target file
This commit is contained in:
osborn
2019-12-23 17:29:42 +08:00
committed by GitHub
parent efe0756541
commit c1776f6f25
13 changed files with 17 additions and 16 deletions

View File

@@ -28,8 +28,8 @@ android {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "pub.doric:core:0.1.2"
debugImplementation "pub.doric:core:0.1.2"
implementation "pub.doric:core:0.2.0"
debugImplementation "pub.doric:core:0.2.0"
}
}

View File

@@ -21,6 +21,7 @@ allprojects {
maven {
url "https://dl.bintray.com/osborn/Android"
}
maven { url 'https://jitpack.io' }
}
}