Skip to content

Commit

Permalink
Add missing test dependencies (Closes: Etar-Group#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jspricke committed Jul 17, 2023
1 parent 8a28f3d commit f028b64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ android {
kotlinOptions {
jvmTarget = "11"
}

useLibrary 'android.test.base'
useLibrary 'android.test.mock'
}

dependencies {
Expand Down

0 comments on commit f028b64

Please sign in to comment.