mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #82] [MERGED] [core] Fix build.gradle File for Android Release
#84
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/82
Author: @ricoberger
Created: 11/26/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-build.gradle-for-android-release📝 Commits (1)
952de26[core] Fixbuild.gradleFile for Android Release📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/android/app/build.gradle(+1 -1)📄 Description
The change introduced in #71 so that we can run the Android build in a GitHub action, broke the
flutter build appbundlecommand to build the Android version for the Google Play store. This commit should fix this, so that we can build the Android version in a GitHub Action and for Google Play.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.