From 6194570bcf28c6a919e4369bc97cd1ed7d580a3b Mon Sep 17 00:00:00 2001 From: thomstaal Date: Tue, 29 Oct 2019 13:34:13 +0100 Subject: [PATCH] upped compileSDK version --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 35c3988..a0adfe5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,8 +11,8 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "25.0.2" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 16