From 909fa89818ef791779dbbc3c59d9d2c8b7b85425 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Sun, 1 Oct 2023 16:20:48 +0800 Subject: [PATCH] increase Android compile SDK --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0ab666f2..7525c936 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'kotlin-android-extensions' android { - compileSdkVersion 31 + compileSdkVersion 33 ndkVersion '25.2.9519653' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8