mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
implement testing and create a simple test for Userlist
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply from: '../core.gradle'
|
||||
apply from: 'versions.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':base')
|
||||
api deps.testing.junit
|
||||
api deps.testing.koin
|
||||
api deps.testing.core
|
||||
api deps.testing.rules
|
||||
api deps.testing.runner
|
||||
api deps.testing.ext
|
||||
api deps.testing.espresso
|
||||
api deps.testing.fragments
|
||||
}
|
||||
Reference in New Issue
Block a user