mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 07:56:27 +02:00
Compare commits
9 Commits
14.3
...
2d2d95875f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d2d95875f | ||
|
|
46e7b905c8 | ||
|
|
d033ae6344 | ||
|
|
fc275d349b | ||
|
|
4e6f7c7c67 | ||
|
|
272d6fd908 | ||
|
|
4a30828c99 | ||
|
|
963f6e7618 | ||
|
|
29ead7e1d8 |
10
.github/workflows/gradle-publish.yml
vendored
10
.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: ''
|
||||||
|
|
||||||
@@ -70,4 +72,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: app-release
|
name: app-release
|
||||||
path: app-release.apk
|
path: app-release.apk
|
||||||
|
|||||||
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>
|
||||||
|
|||||||
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user