diff --git a/android/build.gradle b/android/build.gradle index 0be8fd5d..666509f4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 33 + compileSdkVersion 34 compileOptions { sourceCompatibility JavaVersion.VERSION_11 @@ -43,7 +43,7 @@ android { defaultConfig { minSdkVersion 19 - targetSdkVersion 33 + targetSdkVersion 34 if (project.android.hasProperty('namespace')) { namespace 'io.github.ponnamkarthik.toast.fluttertoast' }