From 82312984a5b4caa43afc3898edcf497de80ca5cc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 24 Jul 2026 03:16:53 +0200 Subject: [PATCH] Add MEDIA_SOURCE_BASE_URL to build environment for Android CD workflow --- .github/workflows/cd-android.yml | 1 + android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-android.yml b/.github/workflows/cd-android.yml index 6b9578ac..cbccd395 100644 --- a/.github/workflows/cd-android.yml +++ b/.github/workflows/cd-android.yml @@ -64,6 +64,7 @@ jobs: env: NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }} NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }} + MEDIA_SOURCE_BASE_URL: ${{ vars.MEDIA_SOURCE_BASE_URL }} run: yarn build-sync-android - name: Build AAB diff --git a/android/app/build.gradle b/android/app/build.gradle index 2f7523e2..40d5551d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "com.compassconnections.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 128 + versionCode 129 versionName "1.31.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions {