From b6110a3400b6cfc5b23d9c15be3eeffc80026070 Mon Sep 17 00:00:00 2001 From: Aleksandar Vukovic Date: Sat, 29 Feb 2020 23:55:31 +0100 Subject: [PATCH] Changes android target version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b6a428f..6baebf4 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