@@ -28,38 +28,38 @@ dependencies {
2828 implementation(project(" :core" ))
2929 implementation(project(" :aws-core" ))
3030 implementation(project(" :aws-auth-plugins-core" ))
31- implementation(dependency .kotlin.coroutines)
32- implementation(dependency .kotlin.serializationJson)
33- implementation(dependency .androidx.appcompat)
34- implementation(dependency .androidx.security)
35- implementation(dependency .androidx.browser)
31+ implementation(libs .kotlin.coroutines)
32+ implementation(libs .kotlin.serializationJson)
33+ implementation(libs .androidx.appcompat)
34+ implementation(libs .androidx.security)
35+ implementation(libs .androidx.browser)
3636
37- implementation(dependency .aws.http)
38- implementation(dependency .aws.cognitoidentity)
39- implementation(dependency .aws.cognitoidentityprovider)
37+ implementation(libs .aws.http)
38+ implementation(libs .aws.cognitoidentity)
39+ implementation(libs .aws.cognitoidentityprovider)
4040
4141 testImplementation(project(" :testutils" ))
4242 // noinspection GradleDependency
43- testImplementation(testDependency .json)
43+ testImplementation(libs.test .json)
4444
45- testImplementation(testDependency.kotlin. test.junit)
46- testImplementation(testDependency.kotlin. test.kotlinTest)
47- testImplementation(testDependency.kotlin. test.coroutines)
45+ testImplementation(libs. test.kotlin .junit)
46+ testImplementation(libs. test.kotlin .kotlinTest)
47+ testImplementation(libs. test.kotlin .coroutines)
4848
49- testImplementation(dependency .gson)
50- testImplementation(testDependency .junit)
51- testImplementation(testDependency. mockito)
52- testImplementation(testDependency .mockk)
53- testImplementation(testDependency .robolectric)
54- testImplementation(testDependency.androidx. test.core)
55- testImplementation(testDependency .kotlin.reflection)
49+ testImplementation(libs .gson)
50+ testImplementation(libs.test .junit)
51+ testImplementation(libs.test. mockito.core )
52+ testImplementation(libs.test .mockk)
53+ testImplementation(libs.test .robolectric)
54+ testImplementation(libs. test.androidx .core)
55+ testImplementation(libs.test .kotlin.reflection)
5656
57- androidTestImplementation(dependency .gson)
57+ androidTestImplementation(libs .gson)
5858 // noinspection GradleDependency
59- androidTestImplementation(testDependency .aws.sdk.core)
60- androidTestImplementation(testDependency.androidx. test.runner)
61- androidTestImplementation(testDependency.androidx. test.junit)
62- androidTestImplementation(testDependency.kotlin. test.coroutines)
59+ androidTestImplementation(libs.test .aws.sdk.core)
60+ androidTestImplementation(libs. test.androidx .runner)
61+ androidTestImplementation(libs. test.androidx .junit)
62+ androidTestImplementation(libs. test.kotlin .coroutines)
6363 androidTestImplementation(project(" :aws-api" ))
6464 androidTestImplementation(project(" :testutils" ))
6565}
0 commit comments