File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ plugins {
4
4
}
5
5
6
6
android {
7
- namespace = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android "
7
+ namespace = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
8
8
compileSdk = 33
9
9
defaultConfig {
10
- applicationId = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android "
10
+ applicationId = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
11
11
minSdk = 21
12
12
targetSdk = 33
13
13
versionCode = 1
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ plugins {
4
4
}
5
5
6
6
android {
7
- namespace = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android "
7
+ namespace = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
8
8
compileSdk = 33
9
9
defaultConfig {
10
- applicationId = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox.android "
10
+ applicationId = " com.jetbrains.simplelogin.kotlinmultiplatformsandbox"
11
11
minSdk = 21
12
12
targetSdk = 33
13
13
versionCode = 1
You can’t perform that action at this time.
0 commit comments