fix player web
This commit is contained in:
@@ -5,25 +5,24 @@
|
||||
"promptToConfigurePushNotifications": true
|
||||
},
|
||||
"build": {
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"android": {
|
||||
"buildType": "apk"
|
||||
},
|
||||
"ios": {
|
||||
"simulator": true
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"android": {
|
||||
"buildType": "app-bundle",
|
||||
"autoIncrement": "versionCode",
|
||||
"resourceClass": "large"
|
||||
},
|
||||
"ios": {
|
||||
"buildConfiguration": "Release",
|
||||
"autoIncrement": "buildNumber"
|
||||
},
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"autoIncrement": "versionCode"
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"simulator": true
|
||||
},
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"gradleCommand": ":app:assembleDebug",
|
||||
"applicationArchivePath": "android/app/build/outputs/apk/debug/app-debug.apk"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user