build: Use gradle in kotlin

This commit is contained in:
Christian Kußowski 2025-07-12 07:59:18 +02:00
commit 4afd9684c9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
22 changed files with 196 additions and 2262 deletions

View file

@ -56,8 +56,10 @@ jobs:
- uses: moonrepo/setup-rust@v1
- name: Install Fastlane
run: gem install fastlane -NV
- name: Apply Google Services Patch
run: git apply ./scripts/enable-android-google-services.patch
- name: Add Firebase Messaging
run: |
echo '${{secrets.GOOGLE_SERVICES_JSON}}' | base64 -d > android/app/google-services.json
./scripts/add-firebase-messaging.sh
- run: flutter pub get
- name: Prepare Android Release Build
env: