diff options
author | Angelo Mantellini <manangel@cisco.com> | 2019-06-12 18:02:19 +0200 |
---|---|---|
committer | Angelo Mantellini <manangel@cisco.com> | 2019-06-18 14:50:29 +0200 |
commit | 6fe18f6a466dbae611bbe1e4fa33b352cc4ef6df (patch) | |
tree | 4521d14f28894256891c878b08b5410e02d43125 /android/gradle.properties | |
parent | 2a876fc0d7986dc1ecb169bdc41972fe0f33d0dd (diff) |
Correct android issues for libdash and viper
Change-Id: Ia5b95bda6336b6544c881c416f852069662f5e3f
Signed-off-by: Angelo Mantellini <manangel@cisco.com>
Diffstat (limited to 'android/gradle.properties')
-rw-r--r-- | android/gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |