mirror of
https://github.com/mliem2k/playtivity.git
synced 2026-04-26 23:45:56 +03:00
[PR #2] [MERGED] actions init #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/playtivity#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/mliem2k/playtivity/pull/2
Author: @mliem2k
Created: 6/12/2025
Status: ✅ Merged
Merged: 6/12/2025
Merged by: @mliem2k
Base:
main← Head:github-actions📝 Commits (10+)
2783410actions initc0faeacactions update55e3f09actions update9007654Update build-apk-pr.yml0198b60Update build-apk-pr.yml55115efUpdate build.gradle.kts2a9bb50Update release-apk.yml5d29591update workflowsa16e07dupdate workflows72b0a6aMerge branch 'main' into github-actions📊 Changes
18 files changed (+710 additions, -24 deletions)
View changed files
➕
.github/KEYSTORE_SETUP.md(+105 -0)➕
.github/README.md(+91 -0)➕
.github/workflows/build-and-release.yml(+201 -0)➕
.github/workflows/build-apk-pr.yml(+92 -0)➕
.github/workflows/release-apk.yml(+148 -0)📝
.gitignore(+7 -1)📝
android/app/build.gradle.kts(+17 -3)➕
android/app/proguard-rules.pro(+42 -0)📝
lib/providers/spotify_provider.dart(+0 -1)📝
lib/screens/login_screen.dart(+1 -1)📝
lib/screens/profile_screen.dart(+0 -2)📝
lib/services/background_service.dart(+2 -2)📝
lib/services/spotify_buddy_service.dart(+1 -1)📝
lib/services/widget_service.dart(+0 -2)📝
lib/utils/theme.dart(+0 -4)📝
lib/widgets/activity_card.dart(+0 -3)📝
lib/widgets/last_updated_indicator.dart(+0 -1)📝
lib/widgets/spotify_webview_login.dart(+3 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.