Commit 240ea468 authored by Libin Lu's avatar Libin Lu Committed by GitHub

fix targetSdkVersion typo

parent 265e6a8a
......@@ -11,7 +11,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion project.hasProperty('buildToolsVetargetSdkVersionrsion') ? project.buildToolsVersion : DEFAULT_TARGET_SDK_VERSION
targetSdkVersion project.hasProperty('targetSdkVersion') ? project.targetSdkVersion : DEFAULT_TARGET_SDK_VERSION
versionCode 1
versionName "1.0"
}
......
Markdown is supported
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