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 {