Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
JAVA_VERSION: 21.0.6
FLUTTER_VERSION: 3.35.2
APK_PATH: build/app/outputs/flutter-apk/app-release.apk
KEYSTORE_PATH: android/upload-keystore.jks
KEYSTORE_PATH: android/app/upload-keystore.jks
KEY_PROPS_PATH: android/key.properties
FIREBASE_OPTIONS_PATH: lib/firebase_options.dart
GOOGLE_SERVICES_ANDROID_PATH: android/app/google-services.json
Expand Down Expand Up @@ -77,6 +77,8 @@ jobs:
needs: build_android
permissions:
contents: write
env:
APK_RELEASE_PATH: apk-release/app-release.apk
steps:
- name: Download APK artifact
uses: actions/download-artifact@v4
Expand All @@ -87,7 +89,7 @@ jobs:
uses: ncipollo/[email protected]
with:
allowUpdates: true
artifacts: ${{ env.APK_PATH }}
artifacts: ${{ env.APK_RELEASE_PATH }}
artifactContentType: apk
generateReleaseNotes: true
tag: latest_build
1 change: 0 additions & 1 deletion android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ GeneratedPluginRegistrant.java
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
key.properties
**/*.keystore
**/*.jks
app/google-services.json

/app/.cxx/
Expand Down
Binary file added android/upload-keystore.jks
Binary file not shown.
Binary file removed assets/fonts/Montserrat-Regular.ttf
Binary file not shown.
Binary file removed assets/images/cover_image_1.jpg
Binary file not shown.
Binary file removed assets/images/cover_image_2.jpg
Binary file not shown.
Binary file removed assets/images/google_icon.png
Binary file not shown.
Binary file removed assets/mock/cafe_latte.jpeg
Binary file not shown.
Binary file removed assets/mock/coffee_girl.jpeg
Binary file not shown.
Binary file removed assets/mock/japan.jpeg
Binary file not shown.
Binary file removed assets/mock/podcast.jpeg
Binary file not shown.
Binary file removed assets/mock/sony.jpeg
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/svg/default_profile_picture.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/svg/resonate_logo.svg

This file was deleted.

Loading