Skip to content

Commit

Permalink
Removed the apk to share since in the first run test cases are not re…
Browse files Browse the repository at this point in the history
…ceiving.
  • Loading branch information
MohitMaliDeveloper committed Mar 15, 2024
1 parent 16e8cad commit 16a017b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ android {
versionCode = generateVersionCode()
versionName = generateVersionName()
manifestPlaceholders["permission"] = "android.permission.MANAGE_EXTERNAL_STORAGE"
testInstrumentationRunnerArguments += mapOf(
"apk" to "$buildDir/outputs/apk/androidTest/debug/kiwix-debug-androidTest.apk"
)
// testInstrumentationRunnerArguments += mapOf(
// "apk" to "$buildDir/outputs/apk/androidTest/debug/kiwix-debug-androidTest.apk"
// )
}
lint {
checkDependencies = true
Expand Down

0 comments on commit 16a017b

Please sign in to comment.