From eec2c3ee91b1c4193ac9eae858717595e318c3c7 Mon Sep 17 00:00:00 2001 From: "Md. Tahmid Mozaffar" Date: Mon, 13 Aug 2018 19:29:29 +0600 Subject: [PATCH] =?UTF-8?q?updated=20sdk=20and=20build=20tool=20version=20?= =?UTF-8?q?on=20gradle=20to=20solve=20error=20=20=E2=80=9CCannot=20find=20?= =?UTF-8?q?symbol=20on=20import=20android.app.NotificationChannel=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8f895f517..efb9fc66b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,10 +15,10 @@ allprojects { apply plugin: 'com.android.library' -def DEFAULT_COMPILE_SDK_VERSION = 23 -def DEFAULT_BUILD_TOOLS_VERSION = "23.0.1" -def DEFAULT_TARGET_SDK_VERSION = 23 -def DEFAULT_SUPPORT_LIB_VERSION = "23.1.1" +def DEFAULT_COMPILE_SDK_VERSION = 27 +def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3" +def DEFAULT_TARGET_SDK_VERSION = 27 +def DEFAULT_SUPPORT_LIB_VERSION = "27.1.1" def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "+" def DEFAULT_FIREBASE_MESSAGING_VERSION = "+"