Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:WalletConnect/WalletConnectKotli…
Browse files Browse the repository at this point in the history
…nV2 into feat/walletconnect_link_mode
  • Loading branch information
jakubuid committed Jul 12, 2024
2 parents 99ccb41 + 88ca136 commit 67444c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion gradle/consumer-rules/walletconnect-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
-dontwarn okhttp3.internal.platform.**

-allowaccessmodification
-keeppackagenames doNotKeepAThing
-keeppackagenames doNotKeepAThing

-dontwarn groovy.lang.GroovyShell
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composeViewModel = "2.8.0"
accompanist = "0.34.0"

coroutines = "1.8.1"
sqlDelight = "2.0.0"
sqlDelight = "2.0.2"
dokka = "1.9.20"
moshi = "1.15.1"
googleService = "4.4.1"
Expand Down Expand Up @@ -208,4 +208,4 @@ javaLibrary = { id = "org.gradle.java-library" }
sqlDelight = { id = "app.cash.sqldelight", version.ref = "sqlDelight" }
sonarqube = { id = "org.sonarqube", version = "4.4.1.3373" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.1.0" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }
paparazzi = { id = "app.cash.paparazzi", version.ref = "paparazzi" }

0 comments on commit 67444c1

Please sign in to comment.