The APK at release-4.1 identifies as
package: name='com.onefishtwo.bbqtimer' versionCode='23' versionName='4.0'
while according to the build.gradle at that commit it should be 24 and 4.1. The output-metadata.json at the release seems to confirm it's the wrong APK:
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.onefishtwo.bbqtimer",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 23,
"versionName": "4.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
It unfortunately does not state the commit the APK was built from. Could you please check, and create a new matching release (too late to replace that one now, as it has already been distributed)?
The APK at release-4.1 identifies as
while according to the
build.gradleat that commit it should be24and4.1. Theoutput-metadata.jsonat the release seems to confirm it's the wrong APK:{ "version": 3, "artifactType": { "type": "APK", "kind": "Directory" }, "applicationId": "com.onefishtwo.bbqtimer", "variantName": "release", "elements": [ { "type": "SINGLE", "filters": [], "attributes": [], "versionCode": 23, "versionName": "4.0", "outputFile": "app-release.apk" } ], "elementType": "File" }It unfortunately does not state the commit the APK was built from. Could you please check, and create a new matching release (too late to replace that one now, as it has already been distributed)?