We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c451029 commit ad5808cCopy full SHA for ad5808c
firebase-app/build.gradle.kts
@@ -22,6 +22,7 @@ android {
22
defaultConfig {
23
minSdkVersion(property("minSdkVersion") as Int)
24
targetSdkVersion(property("targetSdkVersion") as Int)
25
+ testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
}
27
sourceSets {
28
getByName("main") {
0 commit comments