diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 4bdcbe6..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/ @@ -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: '' @@ -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 diff --git a/README.md b/README.md index 6a946fa..471f4e8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ ---------------------------------------- +
+❗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