File tree Expand file tree Collapse file tree 4 files changed +7
-27
lines changed
apollo/apollo-appsync-amplify Expand file tree Collapse file tree 4 files changed +7
-27
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,6 @@ group = properties["POM_GROUP"].toString()
1818
1919android {
2020 namespace = " com.amplifyframework.apollo.appsync"
21- defaultConfig {
22- testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
23- }
24-
25- testOptions {
26- execution = " ANDROIDX_TEST_ORCHESTRATOR"
27- }
2821}
2922
3023apollo {
Original file line number Diff line number Diff line change @@ -25,13 +25,6 @@ group = properties["POM_GROUP"].toString()
2525
2626android {
2727 namespace = " com.amplifyframework.api.aws"
28- defaultConfig {
29- testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
30- }
31-
32- testOptions {
33- execution = " ANDROIDX_TEST_ORCHESTRATOR"
34- }
3528}
3629
3730dependencies {
Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ group = properties["POM_GROUP"].toString()
2525
2626android {
2727 namespace = " com.amplifyframework.storage.s3"
28- defaultConfig {
29- testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
30- }
31- testOptions {
32- execution = " ANDROIDX_TEST_ORCHESTRATOR"
33- }
3428}
3529
3630dependencies {
Original file line number Diff line number Diff line change @@ -148,15 +148,15 @@ fun Project.configureAndroid() {
148148 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
149149 testInstrumentationRunnerArguments + = " clearPackageData" to " true"
150150 consumerProguardFiles + = rootProject.file(" configuration/consumer-rules.pro" )
151+ buildConfigField(" String" , " VERSION_NAME" , " \" $sdkVersionName \" " )
152+ }
151153
152- testOptions {
153- animationsDisabled = true
154- unitTests {
155- isIncludeAndroidResources = true
156- }
154+ testOptions {
155+ animationsDisabled = true
156+ unitTests {
157+ isIncludeAndroidResources = true
157158 }
158-
159- buildConfigField(" String" , " VERSION_NAME" , " \" $sdkVersionName \" " )
159+ execution = " ANDROIDX_TEST_ORCHESTRATOR"
160160 }
161161
162162 lint {
You can’t perform that action at this time.
0 commit comments