X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=618570c4948ae492f6144128e3bb65f9079ce3f7;hb=390f2fc2d835c37fb5c078fea795ae28cffc088e;hp=74329b6c126e233f3d5d5c671577756bad79693d;hpb=6d410bf5e67288660c675d0aa76891eb8367e7cc;p=rtmpclient.git diff --git a/app/build.gradle b/app/build.gradle index 74329b6..618570c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,10 +25,15 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + implementation files('libs/log4j-1.2.17.jar') + implementation files('libs/android-logging-log4j-1.0.3.jar') + implementation files('libs/android-mail-1.5.5.jar') + implementation files('libs/android-activation-1.5.5.jar') + implementation 'com.android.support:design:27.1.1' }