[#1176] Rest Dependency Update

This commit is contained in:
Honza Rychnovský 2023-09-03 22:18:48 +02:00 committed by GitHub
parent 5b9d122fac
commit d38bde86ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 14 deletions

1
.gitignore vendored
View File

@ -50,6 +50,7 @@ captures/
.idea/vcs.xml
.idea/workspace.xml
.idea/protoeditor.xml
.idea/appInsightsSettings.xml
*.iml
# Keystore files

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename", "TooManyFunctions")
@file:Suppress("ktlint:standard:filename", "TooManyFunctions")
package cash.z.ecc.android.sdk.internal.ext

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.demoapp.ext

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.demoapp.util

View File

@ -88,13 +88,13 @@ DETEKT_VERSION=1.23.0
DETEKT_COMPOSE_RULES_VERSION=0.2.1
DOKKA_VERSION=1.8.20
EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.12.2
FLANK_VERSION=23.04.0
FLANK_VERSION=23.07.0
# When changing this, be sure to change build-conventions/gradle.properties#FOOJAY_TOOLCHAIN_RESOLVER_VERSION too
FOOJAY_TOOLCHAIN_RESOLVER_VERSION=0.5.0
FULLADLE_VERSION=0.17.4
GRADLE_VERSIONS_PLUGIN_VERSION=0.46.0
GRADLE_VERSIONS_PLUGIN_VERSION=0.47.0
KSP_VERSION=1.8.20-1.0.10
KTLINT_VERSION=0.49.1
KTLINT_VERSION=0.50.0
PROTOBUF_GRADLE_PLUGIN_VERSION=0.9.4
RUST_GRADLE_PLUGIN_VERSION=0.9.3
@ -138,7 +138,7 @@ KOTLINX_COROUTINES_VERSION=1.7.3
KOTLINX_DATETIME_VERSION=0.4.0
KOTLIN_VERSION=1.9.10
MOCKITO_KOTLIN_VERSION=2.2.0
MOCKITO_VERSION=5.3.1
MOCKITO_VERSION=5.4.0
PROTOC_VERSION=3.24.0
ZCASH_WALLET_PLUGINS_VERSION=1.0.1

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.internal

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.model

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.internal.db

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.internal.db

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.internal.ext

View File

@ -1,4 +1,4 @@
@file:Suppress("ktlint:filename")
@file:Suppress("ktlint:standard:filename")
package cash.z.ecc.android.sdk.model