Skip to content

Commit

Permalink
fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Banji Jolaoso committed Feb 6, 2023
1 parent e2db09a commit 99608e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion aws-auth-cognito/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ dependencies {
testImplementation(testDependency.kotlin.reflection)

androidTestImplementation(dependency.gson)

//noinspection GradleDependency
androidTestImplementation(dependency.com.amazonaws.aws.sdk.core)
androidTestImplementation(testDependency.androidx.test.runner)
androidTestImplementation(testDependency.androidx.test.junit)
androidTestImplementation(project(":testutils"))
Expand Down
1 change: 0 additions & 1 deletion kover.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//apply from: '../jacoco-config.gradle'
apply plugin: 'kover'

project.ext {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencyResolutionManagement {
val awsKotlinSdk = "awsKotlinSdk"
version(awsKotlinSdk, "0.17.12-beta")

library("aws-sdk-core", "com.amazonaws:aws-android-sdk-core:2.62.2")
library("com.amazonaws.aws.sdk.core", "com.amazonaws:aws-android-sdk-core:2.62.2")

library("aws-credentials", "aws.smithy.kotlin:aws-credentials:0.12.6")
library("aws-ktor", "aws.smithy.kotlin:http-client-engine-ktor:0.7.7")
Expand Down

0 comments on commit 99608e3

Please sign in to comment.