Skip to content

Commit

Permalink
Merge branch '14-dev' into 14-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Oct 24, 2024
2 parents 9d196e0 + 2691dc0 commit 545b378
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 278 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'org.jetbrains.kotlin.plugin.compose' version "2.0.21"
id 'org.jetbrains.kotlin.plugin.parcelize' version "2.0.21"
id 'org.jetbrains.kotlin.plugin.serialization' version "2.0.21"
id "com.google.devtools.ksp" version "2.0.21-1.0.25"
id "com.google.devtools.ksp" version "2.0.21-1.0.26"
id 'com.google.protobuf' version "0.9.4"
id 'app.cash.licensee' version "1.12.0"
id 'dev.rikka.tools.refine' version "4.4.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ allprojects {
}

plugins.withId('com.google.protobuf') {
def protocVersion = '4.28.2'
def protocVersion = '4.28.3'
protobuf {
// Configure the protoc executable
protoc {
Expand Down
Loading

0 comments on commit 545b378

Please sign in to comment.