Browse Source

build.gradle: add a defaultConfig section

master
Reece H. Dunn 12 years ago
parent
commit
fb31c11735
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      android/build.gradle

+ 5
- 0
android/build.gradle View File

@@ -13,6 +13,11 @@ android {
buildToolsVersion '18.0'
compileSdkVersion 18

defaultConfig {
minSdkVersion 14
targetSdkVersion 18
}

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'

Loading…
Cancel
Save