Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Apr 19, 2024
1 parent e119479 commit c5b31a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- "java_layout_7"
- "kotlin_compose_7"
include:
- sample-app_with_agp-app: "java_layout_7"
- sample-app_with_agp: "java_layout_current"
sample-app: "java_layout"
cio-siteid-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_SITE_ID"
cio-apikey-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_API_KEY"
Expand All @@ -26,7 +26,7 @@ jobs:
kotlin-jvm-version: "1.8"
apk-scale-version: "0.1.4"
packaging-resources-action: "packagingOptions"
- sample-app_with_agp-app: "kotlin_compose_7"
- sample-app_with_agp: "kotlin_compose_current"
sample-app: "kotlin_compose"
cio-siteid-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_SITE_ID"
cio-apikey-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_API_KEY"
Expand All @@ -37,14 +37,14 @@ jobs:
kotlin-jvm-version: "1.8"
apk-scale-version: "0.1.4"
packaging-resources-action: "packagingOptions"
- sample-app_with_agp-app: "java_layout_7"
- sample-app_with_agp: "java_layout_7"
sample-app: "java_layout"
cio-siteid-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_SITE_ID"
cio-apikey-secret-key: "CUSTOMERIO_JAVA_WORKSPACE_API_KEY"
agp-version: "8.3.1"
jdk-version: "17"
# We don't need to specify further versions here, as we'll use the default values for actual gradle versions.
- sample-app_with_agp-app: "kotlin_compose_7"
- sample-app_with_agp: "kotlin_compose_7"
sample-app: "kotlin_compose"
cio-siteid-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_SITE_ID"
cio-apikey-secret-key: "CUSTOMERIO_KOTLIN_WORKSPACE_API_KEY"
Expand Down

0 comments on commit c5b31a2

Please sign in to comment.