X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=618570c4948ae492f6144128e3bb65f9079ce3f7;hb=390f2fc2d835c37fb5c078fea795ae28cffc088e;hp=6e4aebf1b36dcfca068bb6769d5ef0d6ccc3bd4e;hpb=061580c83656bf358b01a6b78fd22ae9bd497728;p=rtmpclient.git diff --git a/app/build.gradle b/app/build.gradle index 6e4aebf..618570c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,5 +33,7 @@ dependencies { 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' }