Skip to content

Commit 612cd0a

Browse files
committed
update
1 parent 6f31d02 commit 612cd0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation 'junit:junit:4.12'
2929
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3030
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
31+
implementation project(':library')
3132
implementation 'com.sun.mail:android-mail:1.6.0'
3233
implementation 'com.sun.mail:android-activation:1.6.0'
33-
implementation project(':library')
3434
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ android {
2525
}
2626

2727
dependencies {
28-
implementation fileTree(dir: 'libs', include: ['*.jar'])
29-
28+
implementation fileTree(include: ['*.jar'], dir: 'libs')
3029
implementation 'com.android.support:appcompat-v7:26.1.0'
30+
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
3131
testImplementation 'junit:junit:4.12'
3232
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3333
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

0 commit comments

Comments
 (0)