Setting target SDK to 26 to enable adaptive icons
This commit is contained in:
parent
c13acc624d
commit
ebbf3f754f
|
@ -40,7 +40,7 @@ project.ext {
|
||||||
compileSdkVersion = 25
|
compileSdkVersion = 25
|
||||||
buildToolsVersion = "25.0.3"
|
buildToolsVersion = "25.0.3"
|
||||||
minSdkVersion = 14
|
minSdkVersion = 14
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 26
|
||||||
|
|
||||||
supportVersion = "25.3.1"
|
supportVersion = "25.3.1"
|
||||||
commonsioVersion = "2.5"
|
commonsioVersion = "2.5"
|
||||||
|
|
Loading…
Reference in New Issue