We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3227f5e commit 7404303Copy full SHA for 7404303
app/build.gradle
@@ -19,10 +19,16 @@ android {
19
}
20
21
dependencies {
22
- implementation fileTree(dir: 'libs', include: ['*.jar'])
+ implementation fileTree(include: ['*.jar'], dir: 'libs')
23
implementation 'androidx.appcompat:appcompat:1.1.0'
24
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
25
testImplementation 'junit:junit:4.12'
26
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
27
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
28
+
29
+ //JavaMail Lib Begins
30
+ implementation files('libs/activation.jar')
31
+ implementation files('libs/mail.jar')
32
+ implementation files('libs/additionnal.jar')
33
+ //JavaMail Lib Ends
34
app/libs/activation.jar
50.4 KB
app/libs/additionnal.jar
45.1 KB
app/libs/mail.jar
430 KB
0 commit comments