Skip to content

Commit

Permalink
add android inte suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Aug 6, 2024
1 parent 1b7e847 commit fc6e711
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/flutter_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ name: Flutter Android Build
defaults:
run:
working-directory: das_client


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/flutter_browserstack_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ name: Flutter Browserstack Android Build
defaults:
run:
working-directory: das_client


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/flutter_browserstack_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ name: Flutter Browserstack iOS Build
defaults:
run:
working-directory: das_client


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/flutter_ios_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ name: Flutter iOS Build
defaults:
run:
working-directory: das_client


concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

on:
push:
paths:
Expand Down
1 change: 1 addition & 0 deletions das_client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ android {
}
inte {
dimension 'env'
applicationIdSuffix '.inte'
manifestPlaceholders += [
'appAuthRedirectScheme': 'ch.sbb.das'
]
Expand Down

0 comments on commit fc6e711

Please sign in to comment.