From 29ead7e1d868d6d324a0839a55739c130fa941ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 01:58:58 +0000 Subject: [PATCH 1/6] Update android-actions/setup-android action to v4 --- .github/workflows/gradle-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 4bdcbe6..12b700b 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -38,7 +38,7 @@ jobs: ## It is not necessary to check for cache hit as it ## will not download Android SDK again #if: steps.cache-android-sdk.outputs.cache-hit != 'true' - uses: android-actions/setup-android@v3 + uses: android-actions/setup-android@v4 with: packages: '' From 4a30828c99166efd3b8542a77ceda9e7bf1cadb8 Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:35:21 +0100 Subject: [PATCH 2/6] Update README with warning about Google requirements Added a warning about Google's upcoming requirement for personal identity details for apps on certified Android devices, effective 2026/2027. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6a946fa..d65ba24 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,17 @@ ---------------------------------------- +
+❗Warning +
+

+Google has announced that, starting in 2026/2027, all apps on certified Android devices will require the developer to submit personal identity details directly to Google. + +Since the developers of this app do not agree to this requirement, this app will no longer work on certified Android devices after that time. +

+ℹ️ More Information +
+
⚙️ Install Radio
From 272d6fd908fdf5a3dc5dd5d9c6430006c81624d4 Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:36:28 +0100 Subject: [PATCH 3/6] Add installation instructions for Radio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d65ba24..471f4e8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Since the developers of this app do not agree to this requirement, this app will ℹ️ More Information
+---------------------------------------- +
⚙️ Install Radio
From 4e6f7c7c67cd78a2ba1c413cf7eaae7bdd034587 Mon Sep 17 00:00:00 2001 From: Michachatz <121869403+Michatec@users.noreply.github.com> Date: Wed, 25 Mar 2026 07:52:12 +0100 Subject: [PATCH 4/6] Update gradle-publish.yml to target main branch Restrict workflow triggers to main branch for push and pull requests. --- .github/workflows/gradle-publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 12b700b..e373502 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -3,8 +3,10 @@ name: Build and publish APK on: workflow_dispatch: push: - tags: - - 'b*' + branches: [ "main" ] + pull_request: + branches: [ "main" ] + env: ANDROID_HOME: /usr/local/lib/android/sdk/ @@ -70,4 +72,4 @@ jobs: uses: actions/upload-artifact@v7 with: name: app-release - path: app-release.apk \ No newline at end of file + path: app-release.apk From fc275d349b42edfb9daa4775302afb5f6655b6c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:25:14 +0000 Subject: [PATCH 5/6] Update dependency androidx.work:work-runtime-ktx to v2.11.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d167b52..fce6bf1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ navigation = "2.9.7" paletteKtx = "1.0.0" preferenceKtx = "1.2.1" volley = "1.2.1" -workRuntimeKtx = "2.11.1" +workRuntimeKtx = "2.11.2" [libraries] activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" } From 46e7b905c851d287e7d41440d3c7982e7a0f6180 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 12:45:39 +0000 Subject: [PATCH 6/6] Update media3 to v1.10.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fce6bf1..37c3a50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ kotlin = "2.3.20" material = "1.13.0" material3 = "1.4.0" media = "1.7.1" -media3 = "1.9.3" +media3 = "1.10.0" navigation = "2.9.7" paletteKtx = "1.0.0" preferenceKtx = "1.2.1"