Wizard: relocate AndroidManifest.xml for MPP module
This commit is contained in:
committed by
Kirill Shmakov
parent
b3d48cda8c
commit
f330cd3697
+1
@@ -56,6 +56,7 @@ kotlin {
|
||||
}
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
sourceSets.main.manifest.srcFile('src/androidMain/AndroidManifest.xml')
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
|
||||
+1
@@ -50,6 +50,7 @@ kotlin {
|
||||
}
|
||||
android {
|
||||
compileSdkVersion(29)
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
defaultConfig {
|
||||
minSdkVersion(24)
|
||||
targetSdkVersion(29)
|
||||
|
||||
+1
@@ -54,6 +54,7 @@ kotlin {
|
||||
}
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
sourceSets.main.manifest.srcFile('src/androidMain/AndroidManifest.xml')
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
|
||||
+1
@@ -48,6 +48,7 @@ kotlin {
|
||||
}
|
||||
android {
|
||||
compileSdkVersion(29)
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
defaultConfig {
|
||||
minSdkVersion(24)
|
||||
targetSdkVersion(29)
|
||||
|
||||
Reference in New Issue
Block a user