This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636dependencies {
3737 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
38- androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
39- exclude group : ' com.android.support' , module : ' support-annotations'
40- })
38+ implementation project(' :status-resolver' )
39+
4140 implementation ' androidx.appcompat:appcompat:1.1.0'
42- testImplementation ' junit:junit:4.12'
4341 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4442
4543 // Anko
@@ -49,5 +47,8 @@ dependencies {
4947 // Anko libs matching support libs
5048 implementation " org.jetbrains.anko:anko-appcompat-v7:${ ankoVersion} "
5149
52- implementation project(' :status-resolver' )
50+ testImplementation ' junit:junit:4.13'
51+ androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
52+ exclude group : ' com.android.support' , module : ' support-annotations'
53+ })
5354}
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ android {
1919}
2020
2121dependencies {
22- testImplementation ' junit:junit:4.13'
23- implementation ' com.google.firebase:firebase-config:19.1.4'
2422 implementation project(' :status-resolver' )
23+
24+ implementation ' com.google.firebase:firebase-config:19.1.4'
2525 implementation " androidx.core:core-ktx:1.3.0"
2626 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
2727 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.7"
28+
29+ testImplementation ' junit:junit:4.13'
2830}
2931
3032ext {
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ dependencies {
2727 implementation ' com.squareup.retrofit2:retrofit:2.7.2'
2828 implementation ' com.squareup.retrofit2:converter-gson:2.4.0'
2929 implementation ' com.squareup.okhttp3:logging-interceptor:4.4.0'
30+ implementation " androidx.core:core-ktx:1.3.0"
31+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
32+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
3033
3134 testImplementation ' junit:junit:4.13'
3235 testImplementation " com.google.truth:truth:1.0.1"
3336 testImplementation " com.squareup.okhttp3:mockwebserver:4.7.2"
34- implementation " androidx.core:core-ktx:1.3.0"
35- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
36- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
3737}
3838
3939ext {
Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ ext {
2929}
3030
3131dependencies {
32- testImplementation ' junit:junit:4.13'
3332 implementation ' androidx.appcompat:appcompat:1.1.0'
3433 implementation " androidx.core:core-ktx:1.3.0"
3534 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
3635 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version "
3736 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version "
37+
3838 testImplementation " com.google.truth:truth:1.0.1"
39+ testImplementation ' junit:junit:4.13'
3940}
4041
4142ext {
You can’t perform that action at this time.
0 commit comments