Skip to content

Commit

Permalink
remove uneccesary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Aug 11, 2023
1 parent 4d0adfa commit 4e3ee3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions sdk/tests/android/testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ buildscript {
allprojects {
repositories{
google()
mavenLocal()
mavenCentral()
}
}
Expand Down Expand Up @@ -60,11 +61,6 @@ android {
ndkVersion '23.1.7779620'
}

repositories {
mavenLocal()
mavenCentral()
}

dependencies {
api 'software.amazon.awssdk.iotdevicesdk:aws-iot-device-sdk-android:1.15.0-SNAPSHOT'
implementation fileTree(dir: 'libs', include: ['*.jar'])
Expand All @@ -75,13 +71,9 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'

testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.12'

androidTestImplementation "androidx.test:core:1.2.0"

androidTestImplementation "androidx.test:runner:1.5.2"
androidTestImplementation "androidx.test:rules:1.5.0"

androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import androidx.test.ext.junit.runners.AndroidJUnit4

import org.junit.Test
import org.junit.runner.RunWith
import org.junit.Before
import org.junit.Assert.*

import java.lang.System
Expand Down

0 comments on commit 4e3ee3c

Please sign in to comment.