Skip to content

Commit

Permalink
Updated Epoxy library version, Removed unused test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
premacck committed Jan 1, 2021
1 parent df69731 commit 7829904
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
8 changes: 2 additions & 6 deletions swec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.airbnb.android:epoxy:4.3.0'
kapt 'com.airbnb.android:epoxy-processor:4.3.0'

testImplementation 'junit:junit:4.13.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.airbnb.android:epoxy:4.3.1'
kapt 'com.airbnb.android:epoxy-processor:4.3.1'
}

This file was deleted.

15 changes: 0 additions & 15 deletions swec/src/test/java/com/prembros/swec/ExampleUnitTest.kt

This file was deleted.

0 comments on commit 7829904

Please sign in to comment.