From d3be105c77596c189b4ba268db483169cc072c4c Mon Sep 17 00:00:00 2001 From: Philipp Bauer Date: Fri, 20 Sep 2024 04:23:42 +0200 Subject: [PATCH] Bump compileSdkVersion: 30 -> 34 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 1cd9a60..2003712 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,7 +30,7 @@ android { namespace 'com.chargebee.flutter.sdk' } - compileSdkVersion 30 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8