Skip to content

wrong APK at release-4.1? #10

@IzzySoft

Description

@IzzySoft

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions