File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,16 @@ android {
16
16
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
17
}
18
18
}
19
+ buildToolsVersion ' 27.0.3'
19
20
}
20
21
21
22
dependencies {
22
-
23
- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
24
24
implementation ' com.android.support:appcompat-v7:26.1.0'
25
25
implementation ' com.android.support.constraint:constraint-layout:1.0.2'
26
-
27
- // implementation 'com.github.SilenceDut:TaskScheduler:1.0.0'
28
-
26
+ // implementation 'com.github.SilenceDut:TaskScheduler:1.0.0'
29
27
testImplementation ' junit:junit:4.12'
30
28
androidTestImplementation ' com.android.support.test:runner:1.0.1'
31
29
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
32
-
33
30
implementation project(' :taskscheduler' )
34
31
}
You can’t perform that action at this time.
0 commit comments