9 Commits

Author SHA1 Message Date
Michachatz
2d2d95875f Merge pull request #60 from Michatec/renovate/media3
Update media3 to v1.10.0
2026-03-27 14:12:16 +01:00
renovate[bot]
46e7b905c8 Update media3 to v1.10.0 2026-03-27 12:45:39 +00:00
Michachatz
d033ae6344 Merge pull request #59 from Michatec/renovate/workruntimektx
Update dependency androidx.work:work-runtime-ktx to v2.11.2
2026-03-27 13:45:08 +01:00
renovate[bot]
fc275d349b Update dependency androidx.work:work-runtime-ktx to v2.11.2 2026-03-25 20:25:14 +00:00
Michachatz
4e6f7c7c67 Update gradle-publish.yml to target main branch
Restrict workflow triggers to main branch for push and pull requests.
2026-03-25 07:52:12 +01:00
Michachatz
272d6fd908 Add installation instructions for Radio 2026-03-25 07:36:28 +01:00
Michachatz
4a30828c99 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.
2026-03-25 07:35:21 +01:00
Michachatz
963f6e7618 Merge pull request #58 from Michatec/renovate/android-actions-setup-android-4.x
Update android-actions/setup-android action to v4
2026-03-25 07:30:33 +01:00
renovate[bot]
29ead7e1d8 Update android-actions/setup-android action to v4 2026-03-25 01:58:58 +00:00
3 changed files with 21 additions and 6 deletions

View File

@@ -3,8 +3,10 @@ name: Build and publish APK
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: branches: [ "main" ]
- 'b*' pull_request:
branches: [ "main" ]
env: env:
ANDROID_HOME: /usr/local/lib/android/sdk/ ANDROID_HOME: /usr/local/lib/android/sdk/
@@ -38,7 +40,7 @@ jobs:
## It is not necessary to check for cache hit as it ## It is not necessary to check for cache hit as it
## will not download Android SDK again ## will not download Android SDK again
#if: steps.cache-android-sdk.outputs.cache-hit != 'true' #if: steps.cache-android-sdk.outputs.cache-hit != 'true'
uses: android-actions/setup-android@v3 uses: android-actions/setup-android@v4
with: with:
packages: '' packages: ''

View File

@@ -10,6 +10,19 @@
---------------------------------------- ----------------------------------------
<details>
<summary>❗Warning</summary>
<br>
<p>
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.
</p>
<a href="https://github.com/woheller69/FreeDroidWarn"> More Information</a>
</details>
----------------------------------------
<details> <details>
<summary>⚙️ Install Radio</summary> <summary>⚙️ Install Radio</summary>
<br> <br>

View File

@@ -9,12 +9,12 @@ kotlin = "2.3.20"
material = "1.13.0" material = "1.13.0"
material3 = "1.4.0" material3 = "1.4.0"
media = "1.7.1" media = "1.7.1"
media3 = "1.9.3" media3 = "1.10.0"
navigation = "2.9.7" navigation = "2.9.7"
paletteKtx = "1.0.0" paletteKtx = "1.0.0"
preferenceKtx = "1.2.1" preferenceKtx = "1.2.1"
volley = "1.2.1" volley = "1.2.1"
workRuntimeKtx = "2.11.1" workRuntimeKtx = "2.11.2"
[libraries] [libraries]
activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" } activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }