This commit is contained in:
Anant Bhasin 2021-05-28 21:35:28 +05:30
parent 40615a81ea
commit 4010b52c3c
2 changed files with 6 additions and 4 deletions

View File

@ -263,6 +263,8 @@ android {
}
}
testBuildType "debug"
dependencies {
addUnimodulesDependencies()
implementation project(':watermelondb')

View File

@ -227,14 +227,14 @@
}
},
"android.experimental.play.emu.debug": {
"device": "CVH7N15C14003503",
"type": "android.attached",
"device": "Pixel_API_28_AOSP",
"type": "android.emulator",
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/debug/app-experimental-play-debug.apk",
"build": "cd android && ./gradlew app:assembleExperimentalPlayDebug app:assembleAndroidTest -DtestBuildType=debug && cd .."
},
"android.experimental.play.emu.release": {
"device": "CVH7N15C14003503",
"type": "android.attached",
"device": "Pixel_API_28_AOSP",
"type": "android.emulator",
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/release/app-experimental-play-release.apk",
"build": "cd android && ./gradlew app:assembleExperimentalPlayRelease app:assembleAndroidTest -DtestBuildType=release && cd .."
}