Browse Source

Update installation-android.md

Guy Carmeli 6 years ago
parent
commit
68893e622c
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      docs/docs/installation-android.md

+ 6
- 0
docs/docs/installation-android.md View File

@@ -52,6 +52,12 @@
52 52
 	android {
53 53
 	    compileSdkVersion 25
54 54
 	    buildToolsVersion "27.0.3"
55
+	    
56
+	    defaultConfig {
57
+	        minSdkVersion 19
58
+	        targetSdkVersion 25
59
+		...
60
+	    }
55 61
 	
56 62
 	    compileOptions {
57 63
 	        sourceCompatibility JavaVersion.VERSION_1_8