routine
This commit is contained in:
parent
40615a81ea
commit
4010b52c3c
|
@ -263,6 +263,8 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
testBuildType "debug"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
addUnimodulesDependencies()
|
addUnimodulesDependencies()
|
||||||
implementation project(':watermelondb')
|
implementation project(':watermelondb')
|
||||||
|
|
|
@ -227,14 +227,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"android.experimental.play.emu.debug": {
|
"android.experimental.play.emu.debug": {
|
||||||
"device": "CVH7N15C14003503",
|
"device": "Pixel_API_28_AOSP",
|
||||||
"type": "android.attached",
|
"type": "android.emulator",
|
||||||
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/debug/app-experimental-play-debug.apk",
|
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/debug/app-experimental-play-debug.apk",
|
||||||
"build": "cd android && ./gradlew app:assembleExperimentalPlayDebug app:assembleAndroidTest -DtestBuildType=debug && cd .."
|
"build": "cd android && ./gradlew app:assembleExperimentalPlayDebug app:assembleAndroidTest -DtestBuildType=debug && cd .."
|
||||||
},
|
},
|
||||||
"android.experimental.play.emu.release": {
|
"android.experimental.play.emu.release": {
|
||||||
"device": "CVH7N15C14003503",
|
"device": "Pixel_API_28_AOSP",
|
||||||
"type": "android.attached",
|
"type": "android.emulator",
|
||||||
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/release/app-experimental-play-release.apk",
|
"binaryPath": "android/app/build/outputs/apk/experimentalPlay/release/app-experimental-play-release.apk",
|
||||||
"build": "cd android && ./gradlew app:assembleExperimentalPlayRelease app:assembleAndroidTest -DtestBuildType=release && cd .."
|
"build": "cd android && ./gradlew app:assembleExperimentalPlayRelease app:assembleAndroidTest -DtestBuildType=release && cd .."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue