Setting target SDK to 26 to enable adaptive icons

This commit is contained in:
Humberto Fraga 2018-02-10 16:41:45 -03:00
parent c13acc624d
commit ebbf3f754f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ project.ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
minSdkVersion = 14
targetSdkVersion = 25
targetSdkVersion = 26
supportVersion = "25.3.1"
commonsioVersion = "2.5"