From 17c3af1aa504b6b31dd65ac1827a8af53c4482d5 Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 14 Oct 2022 10:29:41 -0700 Subject: [PATCH 1/3] Update JamesIves/github-pages-deploy-action action to v4.4.1 (#218) --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 227c19c4..11ce265e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -34,7 +34,7 @@ jobs: - run: ./gradlew dokkaHtmlMultiModule - - uses: JamesIves/github-pages-deploy-action@v4.4.0 + - uses: JamesIves/github-pages-deploy-action@v4.4.1 with: folder: build/gh-pages From feff9d94ffb3988ae6da5ff66427502f7f8a512e Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Fri, 14 Oct 2022 11:05:24 -0700 Subject: [PATCH 2/3] Update plugin dokka to v1.7.20 (#220) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d75a1ed1..3a6fa679 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ android-library = { id = "com.android.library", version = "7.3.0" } android-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" } atomicfu = { id = "kotlinx-atomicfu", version = "0.18.3" } binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.8.0" } -dokka = { id = "org.jetbrains.dokka", version = "1.7.10" } +dokka = { id = "org.jetbrains.dokka", version = "1.7.20" } kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } kotlinter = { id = "org.jmailen.kotlinter", version = "3.12.0" } one-eight = { id = "net.mbonnin.one.eight", version = "0.2" } From b7ae8729fb8b52ee0e518db533cbaf2e5b8aa29e Mon Sep 17 00:00:00 2001 From: JUUL Mobile Bot Date: Mon, 17 Oct 2022 13:26:37 -0700 Subject: [PATCH 3/3] Update plugin android-library to v7.3.1 (#219) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3a6fa679..dcaabb11 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ ktor-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" } ktor-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" } [plugins] -android-library = { id = "com.android.library", version = "7.3.0" } +android-library = { id = "com.android.library", version = "7.3.1" } android-publish = { id = "com.vanniktech.maven.publish", version = "0.22.0" } atomicfu = { id = "kotlinx-atomicfu", version = "0.18.3" } binary-compatibility-validator = { id = "binary-compatibility-validator", version = "0.8.0" }