Upgrade to Gradle 8

This commit is contained in:
MM20
2023-08-06 16:28:57 +02:00
parent 8fa681a0ac
commit 8bca768197
6 changed files with 37 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import com.google.protobuf.gradle.*
plugins {
id("com.android.library")
id("kotlin-android")
id("com.google.protobuf").version("0.8.14")
id("com.google.protobuf")
}
android {