From ab1975e3ba615bd32900e88c50f249c38d998c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 15 Jun 2026 09:17:13 +0200 Subject: [PATCH] build.gradle.kts cleanup --- android/build.gradle.kts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/android/build.gradle.kts b/android/build.gradle.kts index fff8ba2d8b..566db43f43 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -1,7 +1,3 @@ -import com.google.protobuf.gradle.* -import org.gradle.process.ExecOperations -import java.io.ByteArrayOutputStream - plugins { id("com.android.application") id("com.google.protobuf") @@ -67,7 +63,7 @@ dependencies { // Will replace with a different plugin soon. implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.documentfile:documentfile:1.1.0") - implementation("com.google.protobuf:protobuf-javalite:4.33.5") + implementation("com.google.protobuf:protobuf-javalite:4.35.1") } protobuf { @@ -110,8 +106,8 @@ android { ndkVersion = "29.0.14206865" compileOptions { - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 } lint {