Update GPS library

This commit is contained in:
serso 2017-08-02 11:05:39 +02:00
parent d81025eaf8
commit 980b0f944a

View File

@ -9,7 +9,7 @@ buildscript {
ext { ext {
versions = [supportLib: "25.3.1", versions = [supportLib: "25.3.1",
gpsLib : "10.2.6", gpsLib : "11.0.2",
sdk : [compile: 25, buildTools: "25.0.3", min: 19, target: 25]] sdk : [compile: 25, buildTools: "25.0.3", min: 19, target: 25]]
} }
} }