android add image node

This commit is contained in:
pengfei.zhou
2019-08-06 19:37:08 +08:00
parent bb86c3c332
commit 471e87badc
6 changed files with 57 additions and 4 deletions

View File

@@ -45,5 +45,6 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
api 'com.github.pengfeizhou:jsc4a:0.1.0'
implementation("com.squareup.okhttp3:okhttp:3.11.0")
implementation "com.squareup.okhttp3:okhttp:3.11.0"
implementation 'com.github.penfeizhou.android.animation:glide-plugin:1.0.1'
}