From 1037a4b850b31ecbbb3cfd4146647e7d0be75c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Mon, 19 Aug 2019 19:53:48 +0300 Subject: [PATCH] [android] target sdk 28 support --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index f79e35ffab..c3521a4147 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,6 +1,6 @@ propMinSdkVersion=15 -propTargetSdkVersion=26 -propCompileSdkVersion=26 +propTargetSdkVersion=28 +propCompileSdkVersion=28 propBuildToolsVersion=27.0.3 propVersionCode=950 propVersionName=9.5.0