Skip to content

Commit

Permalink
[#1199] gRPC + Protobuf dependency update
Browse files Browse the repository at this point in the history
- Closes #1199
- Changelog
  • Loading branch information
HonzaR committed Sep 1, 2023
1 parent afb5fd0 commit 822ee75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Kotlin 1.9.10
- Compose
- AndroidX
- gRPC/Protobuf
- etc.

## 1.20.0-beta01
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ FULLADLE_VERSION=0.17.4
GRADLE_VERSIONS_PLUGIN_VERSION=0.46.0
KSP_VERSION=1.8.20-1.0.10
KTLINT_VERSION=0.49.1
PROTOBUF_GRADLE_PLUGIN_VERSION=0.9.3
PROTOBUF_GRADLE_PLUGIN_VERSION=0.9.4
RUST_GRADLE_PLUGIN_VERSION=0.9.3

ANDROIDX_ACTIVITY_VERSION=1.7.2
Expand Down Expand Up @@ -129,7 +129,7 @@ CORE_LIBRARY_DESUGARING_VERSION=2.0.3
COROUTINES_OKHTTP=1.0
GOOGLE_MATERIAL_VERSION=1.9.0
GRPC_KOTLIN_VERSION=1.3.0
GRPC_VERSION=1.55.1
GRPC_VERSION=1.57.2
GSON_VERSION=2.9.0
JACOCO_VERSION=0.8.9
JAVAX_ANNOTATION_VERSION=1.3.2
Expand All @@ -139,7 +139,7 @@ KOTLINX_DATETIME_VERSION=0.4.0
KOTLIN_VERSION=1.9.10
MOCKITO_KOTLIN_VERSION=2.2.0
MOCKITO_VERSION=5.3.1
PROTOC_VERSION=3.23.2
PROTOC_VERSION=3.24.0
ZCASH_WALLET_PLUGINS_VERSION=1.0.1

# This shouldn't be changed, as Android doesn't support targets beyond Java 8
Expand Down

0 comments on commit 822ee75

Please sign in to comment.