From 1303948461248db40756ac451c9c7028a5025170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:26:29 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/publish.yml | 4 ++-- .github/workflows/verify.yml | 4 ++-- app/build.gradle | 6 +++--- build.gradle | 6 +++--- coachmark/build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8005c4..8c7b38c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup JDK - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 17 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 247d09d..16fbd8d 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 17 diff --git a/app/build.gradle b/app/build.gradle index d50134d..c7505cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,9 +52,9 @@ dependencies { implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0') } - implementation 'io.github.pseudoankit:coachmark:1.0.3' - implementation 'androidx.activity:activity-compose:1.7.2' - implementation platform('androidx.compose:compose-bom:2022.10.00') + implementation 'io.github.pseudoankit:coachmark:1.0.5' + implementation 'androidx.activity:activity-compose:1.8.2' + implementation platform('androidx.compose:compose-bom:2024.01.00') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.material3:material3' diff --git a/build.gradle b/build.gradle index 5a03e51..5b62237 100644 --- a/build.gradle +++ b/build.gradle @@ -5,10 +5,10 @@ buildscript { } } plugins { - id 'com.android.application' version '8.0.1' apply false - id 'com.android.library' version '8.0.1' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' apply false id 'org.jetbrains.kotlin.android' version '1.7.20' apply false - id 'io.github.gradle-nexus.publish-plugin' version '1.1.0' + id 'io.github.gradle-nexus.publish-plugin' version '1.3.0' } nexusPublishing { diff --git a/coachmark/build.gradle b/coachmark/build.gradle index fa9cf9f..5c0cb5a 100644 --- a/coachmark/build.gradle +++ b/coachmark/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation platform('androidx.compose:compose-bom:2022.10.00') + implementation platform('androidx.compose:compose-bom:2024.01.00') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3348928..51cbfb7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Jul 01 09:40:15 IST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists