Fixed app crashing between android version 5.0 and 5.1

This commit is contained in:
tom5079
2020-08-02 17:45:24 +09:00
parent 132b3b9be1
commit 828d3de020
5 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
{
"version": 1,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "xyz.quaver.pupil",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"properties": [],
"versionCode": 57,
"versionName": "4.19-hotfix1",
"enabled": true,
"outputFile": "app-release.apk"
}
]
}