mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
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:
committed by
David Crawshaw
parent
a54776c08a
commit
3b97f7024e
@@ -141,7 +141,7 @@ apply plugin: 'com.android.library'
|
||||
android {
|
||||
compileSdkVersion 'android-19'
|
||||
buildToolsVersion '21.1.2'
|
||||
defaultConfig { minSdkVersion 14 }
|
||||
defaultConfig { minSdkVersion 15 }
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user