From b5c0cae098c2e2c9219a4a461c5034faba175271 Mon Sep 17 00:00:00 2001 From: michael febrianto Date: Wed, 30 Oct 2024 13:18:06 +1100 Subject: [PATCH] APP-5305 : update compileSdkVersion --- android/build.gradle | 2 +- example/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 4d02ecb..f2a62e8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,7 +25,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 28 + compileSdkVersion 31 if (project.android.hasProperty('namespace')) { namespace 'com.sayegh.move_to_background' diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 04ac648..500f736 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 28 + compileSdkVersion 31 lintOptions { disable 'InvalidPackage'