diff --git a/android/app/build.gradle b/android/app/build.gradle
index 05881a9347d5363e5d94daf56d42de7dd71c3a9c..5b03cabd3efed3131db50c16115315dba870d896 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
 apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
 
 android {
-    compileSdkVersion 33
+    compileSdkVersion 34
 
     sourceSets {
         main.java.srcDirs += 'src/main/kotlin'