Browse Source

add testImplementation

devab
MTing 4 weeks ago
parent
commit
558b7cb117
  1. 1
      app/build.gradle

1
app/build.gradle

@ -120,6 +120,7 @@ dependencies {
implementation 'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.10.3'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

Loading…
Cancel
Save