Updated ExampleAndroidApp

This commit is contained in:
Joseph Henry
2019-03-18 17:39:48 -07:00
parent 7829c046c1
commit 06059946cf
3 changed files with 47 additions and 422 deletions

View File

@@ -29,8 +29,7 @@ android {
}
dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'
implementation files('libs/libzt-android-debug.aar')
implementation files('libs/libzt.aar')
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0-alpha3'
implementation("com.squareup.okhttp3:okhttp:3.12.0")