mirror of
https://github.com/Michatec/Radio.git
synced 2026-03-31 23:46:28 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
8
.github/workflows/gradle-publish.yml
vendored
8
.github/workflows/gradle-publish.yml
vendored
@@ -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/
|
||||
@@ -38,7 +40,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: ''
|
||||
|
||||
|
||||
13
README.md
13
README.md
@@ -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>
|
||||
<summary>⚙️ Install Radio</summary>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user