updated Android example gradle config

This commit is contained in:
strawmanbobi
2018-04-01 16:15:19 +08:00
parent 432f2476bc
commit a8d1a7f72c
4 changed files with 5 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ android {
signingConfigs {
}
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 19
targetSdkVersion 25