Skip to content

Commit 7829904

Browse files
author
premacck
committed
Updated Epoxy library version, Removed unused test dependencies
1 parent df69731 commit 7829904

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

swec/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ dependencies {
4242
implementation 'androidx.core:core-ktx:1.3.2'
4343
implementation 'androidx.appcompat:appcompat:1.2.0'
4444
implementation 'com.google.android.material:material:1.2.1'
45-
implementation 'com.airbnb.android:epoxy:4.3.0'
46-
kapt 'com.airbnb.android:epoxy-processor:4.3.0'
47-
48-
testImplementation 'junit:junit:4.13.1'
49-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
50-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
45+
implementation 'com.airbnb.android:epoxy:4.3.1'
46+
kapt 'com.airbnb.android:epoxy-processor:4.3.1'
5147
}

swec/src/androidTest/java/com/prembros/swec/ExampleInstrumentedTest.kt

Lines changed: 0 additions & 20 deletions
This file was deleted.

swec/src/test/java/com/prembros/swec/ExampleUnitTest.kt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)