set build tools to 25.0.3

This commit is contained in:
Andrew Dolgov 2017-05-29 19:11:38 +03:00
parent 650b043db7
commit 17e4cb3f4e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "org.fox.ttrss"