mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
app: pass --user 0 to ADB when installing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
0db3502855
commit
8462e5c763
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ plugins {
|
||||||
|
|
||||||
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
final def keystorePropertiesFile = rootProject.file("keystore.properties")
|
||||||
android {
|
android {
|
||||||
|
adbOptions {
|
||||||
|
installOptions = ['--user 0']
|
||||||
|
}
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "dev.msfjarvis.lobsters"
|
applicationId "dev.msfjarvis.lobsters"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue