Skip to content

Commit 92f0048

Browse files
author
Karthikeyan
authored
Fixing testutils build.gradle (#763)
1 parent 2b7fd88 commit 92f0048

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ target/
7272

7373
#python comile
7474
__pycache__/
75+
76+
# Credentials
77+
**/testconfiguration.json
78+
**/awsconfiguration.json

aws-android-sdk-testutils/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android {
44
compileSdkVersion 27
55

66
defaultConfig {
7-
minSdkVersion 11
7+
minSdkVersion 10
88
targetSdkVersion 27
99
versionCode 1
1010
versionName "1.0"
@@ -27,11 +27,10 @@ android {
2727

2828
dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
30-
api(project(":aws-android-sdk-auth-core")) {
30+
api (project(":aws-android-sdk-core")) {
3131
exclude group: "com.google.android", module: "android"
3232
}
3333

3434
testImplementation 'junit:junit:4.12'
3535
implementation 'com.android.support.test:runner:1.0.2'
36-
3736
}

0 commit comments

Comments
 (0)