Update .travis.yml

This commit is contained in:
vchimev
2016-07-12 16:21:15 +03:00
parent 99ac565bf8
commit db73e9ada2
2 changed files with 9 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ def computeBuildToolsVersion() {
return buildToolsVersion
}
else {
return "22.0.1"
return "23.0.3"
}
}