diff --git a/purchasely/example/android/settings.gradle b/purchasely/example/android/settings.gradle index 45be1da0..56638404 100644 --- a/purchasely/example/android/settings.gradle +++ b/purchasely/example/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" // apply true - id "com.android.application" version "9.0.1" apply false + id "com.android.application" version "9.3.1" apply false id "org.jetbrains.kotlin.android" version "2.3.21" apply false }