cmd/gomobile: synthesize minSdkVersion for manifest

Fixes golang/go#13172

Change-Id: I16cab3f74f668ce3522a1a14c979aca5c988347c
Reviewed-on: https://go-review.googlesource.com/16843
Reviewed-by: David Crawshaw <crawshaw@golang.org>
This commit is contained in:
Daniel Skinner
2015-11-13 09:00:34 +00:00
committed by David Crawshaw
parent a54776c08a
commit 3b97f7024e
8 changed files with 39 additions and 11 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 'android-19'
buildToolsVersion '21.1.2'
defaultConfig { minSdkVersion 14 }
defaultConfig { minSdkVersion 15 }
}
repositories {