Skip to content

Commit

Permalink
Merge pull request #2 from amaysim-au/feature/APP-5305-update-compile…
Browse files Browse the repository at this point in the history
…-sdk

APP-5305 : update compileSdkVersion
  • Loading branch information
mfebrianto authored Oct 30, 2024
2 parents dc4c214 + b5c0cae commit 71e5713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 71e5713

Please sign in to comment.