Downgrading min sdk to 16 (Jelly Bean 4.1).

master
Tomasz Półgrabia 2016-10-05 00:10:06 +02:00
parent af3120f874
commit 203774e24f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ android {
defaultConfig { defaultConfig {
applicationId "pl.tpolgrabia.urbanexplorer" applicationId "pl.tpolgrabia.urbanexplorer"
minSdkVersion 21 minSdkVersion 16
targetSdkVersion 21 targetSdkVersion 21
versionCode 3 versionCode 3
versionName "1.0.2" versionName "1.0.2"