Unverified Commit 70f47103 authored by Saúl Ibarra Corretgé's avatar Saúl Ibarra Corretgé Committed by GitHub
Browse files

android: bump minSdkVersion

Showing with 2 additions and 2 deletions
+2 -2
......@@ -9,8 +9,8 @@ android {
buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
targetSdkVersion safeExtGet('targetSdkVersion', 22)
minSdkVersion safeExtGet('minSdkVersion', 19)
targetSdkVersion safeExtGet('targetSdkVersion', 23)
versionCode 1
versionName "1.0"
ndk {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment