Skip to content

Commit

Permalink
Fix example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Aug 30, 2024
1 parent c76517a commit 3af60dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/MultiplatformExample/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ android {
targetSdk = 34
versionCode = 1
versionName = "1.0"
namespace = "com.example.myapplication.android"
}
buildTypes {
getByName("release") {
Expand Down
1 change: 1 addition & 0 deletions example/MultiplatformExample/person/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ android {
defaultConfig {
minSdk = 21
targetSdk = 34
namespace = "com.example.person"
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
1 change: 1 addition & 0 deletions example/MultiplatformExample/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ android {
defaultConfig {
minSdk = 21
targetSdk = 34
namespace = "com.example.ktorfittest"
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 3af60dd

Please sign in to comment.