mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
Add MEDIA_SOURCE_BASE_URL to build environment for Android CD workflow
This commit is contained in:
1
.github/workflows/cd-android.yml
vendored
1
.github/workflows/cd-android.yml
vendored
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user