From 50726537e38833d5c3c93b103c81eb1dabc3adef Mon Sep 17 00:00:00 2001
From: Zobair Shahadat <zobairshahadat@datamachines.io>
Date: Thu, 12 Dec 2019 18:27:19 -0500
Subject: [PATCH] fixed issue #6

---
 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 96095ea..17b37bc 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -22,7 +22,7 @@ rootProject.allprojects {
 apply plugin: 'com.android.library'
 
 android {
-    compileSdkVersion 27
+    compileSdkVersion 28
 
     defaultConfig {
         minSdkVersion 16
diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle
index 79cb101..939b97c 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 27
+    compileSdkVersion 28
 
     lintOptions {
         disable 'InvalidPackage'