We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cc970 commit c07be47Copy full SHA for c07be47
step2/androidApp/build.gradle.kts
@@ -4,10 +4,10 @@ plugins {
4
}
5
6
android {
7
- namespace = "com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android"
+ namespace = "com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
8
compileSdk = 33
9
defaultConfig {
10
- applicationId = "com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android"
+ applicationId = "com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
11
minSdk = 24
12
targetSdk = 33
13
versionCode = 1
0 commit comments