Skip to content

Commit

Permalink
Fix test-only APK being created
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Oct 9, 2023
1 parent 1f95406 commit bffcef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android02_after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build:
name: Build debug version of the project
name: Build release version of the project
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ kotlin.mpp.enableCInteropCommonization=true
kotlin.native.binary.memoryModel=experimental

#R8
android.enableR8.fullMode=false
android.enableR8.fullMode=false
# Fixes that test-only APKs were created when building for Firebase App Distribution
android.injected.testOnly=false

0 comments on commit bffcef5

Please sign in to comment.