Skip to content

Commit

Permalink
Clean up Robolectric versions
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed May 5, 2021
1 parent f6b58a3 commit 556f821
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ jobs:
- run:
name: Run strings unit tests
command: ./gradlew -PdisablePreDex --no-daemon --max-workers=8 strings:testDebug
- run:
name: Run material unit tests
command: ./gradlew -PdisablePreDex --no-daemon --max-workers=8 material:testDebug
- run:
name: Run audioclips unit tests
command: ./gradlew -PdisablePreDex --no-daemon --max-workers=8 audioclips:testDebug
Expand Down
6 changes: 0 additions & 6 deletions material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,4 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation "com.google.android.material:material:${rootProject.materialVersion}"

testImplementation 'junit:junit:4.13.2'
testImplementation "org.robolectric:robolectric:4.5.1"
testImplementation "org.mockito:mockito-core:3.7.7"
testImplementation 'androidx.test.ext:junit:1.1.2'
testImplementation 'org.hamcrest:hamcrest:2.2'
}
1 change: 0 additions & 1 deletion material/src/test/resources/robolectric.properties

This file was deleted.

0 comments on commit 556f821

Please sign in to comment.