Update compiler/target SDK versions

This commit is contained in:
Sergey Solovyev 2017-05-25 14:52:00 +02:00
parent 0c777c1ec5
commit a2bb8dfdbb

View File

@ -10,7 +10,7 @@ buildscript {
ext { ext {
versions = [supportLib: "24.2.0", versions = [supportLib: "24.2.0",
gpsLib : "9.4.0", gpsLib : "9.4.0",
sdk : [compile: 24, buildTools: "24.0.1", min: 9, target: 24]] sdk : [compile: 25, buildTools: "24.0.1", min: 9, target: 25]]
} }
} }