File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
aws-android-sdk-testutils Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,7 @@ target/
7272
7373# python comile
7474__pycache__ /
75+
76+ # Credentials
77+ ** /testconfiguration.json
78+ ** /awsconfiguration.json
Original file line number Diff line number Diff 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
2828dependencies {
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}
You can’t perform that action at this time.
0 commit comments