File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ buildscript {
12
12
' annotation' : ' 1.1.0' ,
13
13
' core_ktx' : ' 1.2.0' ,
14
14
' appcompat' : ' 1.1.0' ,
15
- ' constraintLayout' : ' 1.1.3'
15
+ ' constraintLayout' : ' 1.1.3' ,
16
+ ' junit' : ' 4.13' ,
17
+ ' robolectric' : ' 4.3.1'
16
18
]
17
19
repositories {
18
20
google()
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ repositories {
34
34
dependencies {
35
35
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
36
36
37
- implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
38
- implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
37
+ implementation " androidx.appcompat:appcompat:$versions . appcompat "
38
+ implementation " androidx.constraintlayout:constraintlayout:$versions . constraintLayout "
39
39
40
40
implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1'
41
41
42
- testImplementation ' junit:junit:4.12 '
42
+ testImplementation " junit:junit:$v ersions . junit "
43
43
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
44
44
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
45
45
}
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ repositories {
33
33
dependencies {
34
34
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
35
35
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
36
- implementation " androidx.appcompat:appcompat:${ versions.appcompat} "
37
- implementation " androidx.constraintlayout:constraintlayout:${ versions.constraintLayout} "
36
+ implementation " androidx.appcompat:appcompat:$versions . appcompat "
37
+ implementation " androidx.constraintlayout:constraintlayout:$versions . constraintLayout "
38
38
39
39
implementation ' com.github.studyplus:Studyplus-Android-SDK:2.5.1'
40
40
41
- testImplementation ' junit:junit:4.12 '
41
+ testImplementation " junit:junit:$v ersions . junit "
42
42
androidTestImplementation ' androidx.test.ext:junit:1.1.1'
43
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
44
44
}
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
50
50
def okhttp = " 4.4.1"
51
51
implementation " com.squareup.okhttp3:okhttp:$okhttp "
52
52
53
- testImplementation ' junit:junit:4.12 '
54
- testImplementation ' org.robolectric:robolectric:4.0.2 '
53
+ testImplementation " junit:junit:$v ersions . junit "
54
+ testImplementation " org.robolectric:robolectric:$v ersions . robolectric "
55
55
testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
56
56
testImplementation " com.squareup.okhttp3:mockwebserver:$okhttp "
57
57
}
You can’t perform that action at this time.
0 commit comments