Wizard: relocate AndroidManifest.xml for MPP module

This commit is contained in:
Ilya Kirillov
2020-07-23 22:09:27 +03:00
committed by Kirill Shmakov
parent b3d48cda8c
commit f330cd3697
7 changed files with 42 additions and 15 deletions
@@ -56,6 +56,7 @@ kotlin {
}
android {
compileSdkVersion 29
sourceSets.main.manifest.srcFile('src/androidMain/AndroidManifest.xml')
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
@@ -50,6 +50,7 @@ kotlin {
}
android {
compileSdkVersion(29)
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdkVersion(24)
targetSdkVersion(29)
@@ -54,6 +54,7 @@ kotlin {
}
android {
compileSdkVersion 29
sourceSets.main.manifest.srcFile('src/androidMain/AndroidManifest.xml')
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
@@ -48,6 +48,7 @@ kotlin {
}
android {
compileSdkVersion(29)
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdkVersion(24)
targetSdkVersion(29)