Skip to content

Commit d34c93b

Browse files
committed
build.gradle: 升级anko和android support
1 parent fdc46e0 commit d34c93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
buildscript {
2020
ext.kotlinVersion = '1.0.0'
21-
ext.supportVersion = '23.2.0'
22-
ext.ankoVersion = '0.8.2'
21+
ext.supportVersion = '23.2.1'
22+
ext.ankoVersion = '0.8.3'
2323
ext.buildToolsVer = '23.0.2'
2424
ext.compileSdkVer = '23'
2525
ext.minSdkVer = '15'

0 commit comments

Comments
 (0)