Update samples

This commit is contained in:
Emux
2018-01-22 12:13:08 +02:00
parent 43c9c4c8bd
commit aa623f81db
3 changed files with 5 additions and 7 deletions

View File

@@ -32,9 +32,7 @@ android {
defaultConfig {
versionCode versionCode()
versionName versionName()
// FIXME Minimum API Level by mapbox-vector-tile
//minSdkVersion androidMinSdk()
minSdkVersion 26
minSdkVersion androidMinSdk()
targetSdkVersion androidTargetSdk()
}