Increase target SDK to 29; update support library

This commit is contained in:
2019-11-16 22:31:19 -06:00
parent 48d145626f
commit 83c1197dc1
14 changed files with 20 additions and 20 deletions

View File

@@ -2,12 +2,12 @@ VERSION_CODE = 35
VERSION_NAME = 1.7.8
MIN_SDK_VERSION = 19
TARGET_SDK_VERSION = 27
COMPILE_SDK_VERSION = 27
TARGET_SDK_VERSION = 29
COMPILE_SDK_VERSION = 29
DAGGER_VERSION = 2.25.2
KOTLIN_VERSION = 1.3.50
SUPPORT_LIBRARY_VERSION = 27.1.1
SUPPORT_LIBRARY_VERSION = 28.0.0
AUTO_FACTORY_VERSION = 1.0-beta6
BUILD_TOOLS_VERSION = 3.5.2