From 65d670bcb350a27fdc8467ddb0a4dd456df0a1cc Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:05:48 +0800 Subject: [PATCH] chore: compileSdk 34 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index eea3fc23..ebb688f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ if (!isSelfBuild) { } android { - compileSdk 33 + compileSdk 34 buildToolsVersion '33.0.0' defaultConfig { applicationId "com.huanchengfly.tieba.post"