mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 07:56:27 +02:00
Compare commits
5 Commits
9140b54a23
...
4e6f7c7c67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e6f7c7c67 | ||
|
|
272d6fd908 | ||
|
|
4a30828c99 | ||
|
|
963f6e7618 | ||
|
|
29ead7e1d8 |
8
.github/workflows/gradle-publish.yml
vendored
8
.github/workflows/gradle-publish.yml
vendored
@@ -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: ''
|
||||||
|
|
||||||
|
|||||||
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>
|
<details>
|
||||||
<summary>⚙️ Install Radio</summary>
|
<summary>⚙️ Install Radio</summary>
|
||||||
<br>
|
<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user