From 031e33e9726b2af74579616ee1b3c42ab2eef4e0 Mon Sep 17 00:00:00 2001 From: morpheasgr <58863193+morpheasgr@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:16:21 +0200 Subject: [PATCH] Bump compileSdkVersion from 32 to 33 Needed to successfully build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b30afabd2..85cbcdc9c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ apply from: 'wayland-scanner.gradle' def waylandOut = project.buildDir.absolutePath + "/wayland" android { - compileSdkVersion 32 + compileSdkVersion 33 defaultConfig { applicationId "com.termux.x11" minSdkVersion 24