From 6fe18f6a466dbae611bbe1e4fa33b352cc4ef6df Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Wed, 12 Jun 2019 18:02:19 +0200 Subject: Correct android issues for libdash and viper Change-Id: Ia5b95bda6336b6544c881c416f852069662f5e3f Signed-off-by: Angelo Mantellini --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/gradle.properties') diff --git a/android/gradle.properties b/android/gradle.properties index 5582cc87..8527bcaf 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,6 +3,6 @@ # This file must *NOT* be checked into Version Control Systems, # as it contains information specific to your local configuration. -androidBuildToolsVersion=23.0.2 -androidCompileSdkVersion=23 +androidBuildToolsVersion=28.0.3 +androidCompileSdkVersion=28 buildDir=.build -- cgit 1.2.3-korg