From 846a2e84fa5ce44e2659e4c41ce5403dbc8784c2 Mon Sep 17 00:00:00 2001 From: Saransh Malik Date: Thu, 19 Nov 2020 14:15:14 +0530 Subject: [PATCH] Updating buildTools version --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index fcdfa7d..a6e2f9d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,8 +12,8 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 28 + buildToolsVersion "28.0.1" defaultConfig { minSdkVersion 16 @@ -38,4 +38,4 @@ dependencies { api group: 'com.zendesk', name: 'messaging', version: '4.2.1' api group: 'com.zendesk', name: 'support', version: '4.0.0' } - \ No newline at end of file +