File tree 2 files changed +10
-10
lines changed
androiddevmetrics-runtime
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- compile gradleApi()
16
- compile localGroovy()
17
- compile ' com.android.tools.build:gradle:3.3.2'
18
- compile ' org.aspectj:aspectjtools:1.8.8'
19
- compile ' org.aspectj:aspectjrt:1.8.8'
20
- compile " org.jetbrains.kotlin:kotlin-stdlib:1.3.21"
21
- testCompile " junit:junit:4.12"
15
+ implementation gradleApi()
16
+ implementation localGroovy()
17
+ implementation ' com.android.tools.build:gradle:3.3.2'
18
+ implementation ' org.aspectj:aspectjtools:1.8.8'
19
+ implementation ' org.aspectj:aspectjrt:1.8.8'
20
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.3.21"
21
+ testImplementation " junit:junit:4.12"
22
22
}
23
23
24
24
group = GROUP
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ repositories {
21
21
}
22
22
23
23
dependencies {
24
- compile ' org.aspectj:aspectjrt:1.8.8'
25
- compile ' com.android.support:support-compat:26.1.0'
26
- compile ' com.android.support:appcompat-v7:26.1.0'
24
+ implementation ' org.aspectj:aspectjrt:1.8.8'
25
+ implementation ' com.android.support:support-compat:26.1.0'
26
+ implementation ' com.android.support:appcompat-v7:26.1.0'
27
27
}
28
28
29
29
android {
You can’t perform that action at this time.
0 commit comments