Skip to content

Commit 784c679

Browse files
authored
1 parent 245d6b9 commit 784c679

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
description: True to run build checks
1111

1212
concurrency:
13-
group: ci-${{ github.head_ref }}
13+
group: ci-${{ github.ref_name }}
1414
cancel-in-progress: true
1515

1616
jobs:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- Rename `patient_statin_nudge_v1` feature flag to `non_lab_based_statin_nudge`
6161
- Rename `cvd_risk_calculation_sheet_v0` feature flag to `non_lab_based_cvd_risk_calculation_sheet`
6262
- Add `lab_based_statin_nudge` feature flag.
63+
- Bug fixes in CI workflows
6364

6465
### Fixes
6566

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ plugins {
22
alias(libs.plugins.android.application) apply false
33
alias(libs.plugins.android.library) apply false
44
alias(libs.plugins.android.lint) apply false
5+
alias(libs.plugins.androidx.benchmark) apply false
56
alias(libs.plugins.kotlin.android) apply false
67
alias(libs.plugins.kotlin.jvm) apply false
78
alias(libs.plugins.kotlin.parcelize) apply false

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ sqlCipher = { module = "net.zetetic:android-database-sqlcipher", version.ref = "
228228
android-application = { id = "com.android.application", version.ref = "agp" }
229229
android-library = { id = "com.android.library", version.ref = "agp" }
230230
android-lint = { id = "com.android.lint", version.ref = "agp" }
231+
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.3" }
231232
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
232233
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
233234
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

mobius-base/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
alias(libs.plugins.android.library)
3+
alias(libs.plugins.androidx.benchmark)
34
alias(libs.plugins.kotlin.android)
45
}
56

0 commit comments

Comments
 (0)