X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=f67efaa60bab4130d6e14aa39fe2d57279457ae7;hb=b7202442677d0cf41e6e59870cd6c34e5619b8b9;hp=74329b6c126e233f3d5d5c671577756bad79693d;hpb=3f9cc91f713654b667956ba0cc2d9d23669aab3a;p=rtmpclient.git diff --git a/app/build.gradle b/app/build.gradle index 74329b6..f67efaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,10 +25,12 @@ 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') }