diff --git a/android/build.gradle.kts b/android/build.gradle.kts index beffe02d2f..51ca9c6742 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -62,7 +62,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.4") + implementation("com.google.protobuf:protobuf-javalite:4.33.5") } protobuf { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f479a9119..4be0e713ce 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,6 +3,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-all.zip android.useAndroidX=true android.enableJetifier=true