From 01ddde1e77282943343485b1a2b05e686423400e Mon Sep 17 00:00:00 2001 From: Vishnu Mohandas Date: Mon, 13 Apr 2020 02:36:16 +0530 Subject: [PATCH] Fix build breakage by updating compileSdkVersion to 28 --- example/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index d9c6778..addb0bf 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 27 + compileSdkVersion 28 lintOptions { disable 'InvalidPackage'