Skip to content

Commit 7bbf7e7

Browse files
committed
Add junit dependencies
1 parent ee21bcc commit 7bbf7e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/tinySSB/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,7 @@ dependencies {
8787
// implementation "androidx.room:room-rxjava2:2.3.0"
8888
// implementation "androidx.room:room-guava:2.3.0"
8989

90+
// junit
91+
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3'
92+
testImplementation 'junit:junit:4.12'
9093
}

0 commit comments

Comments
 (0)