Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions applog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.applog"
compileSdk = 36
compileSdk = 37
}
Comment thread
anod marked this conversation as resolved.
listOf(
iosX64(),
Expand Down
4 changes: 2 additions & 2 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.compose"
compileSdk = 36
compileSdk = 37
minSdk = 31
}

Expand Down
4 changes: 2 additions & 2 deletions context/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.context"
compileSdk = 36
compileSdk = 37
minSdk = 31
}

Expand Down
4 changes: 2 additions & 2 deletions framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.framework"
compileSdk = 36
compileSdk = 37
minSdk = 31
androidResources {
enable = true
Expand Down
4 changes: 2 additions & 2 deletions graphics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.graphics"
compileSdk = 36
compileSdk = 37
minSdk = 31
// PathParser
withJava()
Expand Down
4 changes: 2 additions & 2 deletions ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.ktx"
compileSdk = 36
compileSdk = 37
minSdk = 31
}

Expand Down
4 changes: 2 additions & 2 deletions notification/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.notification"
compileSdk = 36
compileSdk = 37
minSdk = 31
}

Expand Down
4 changes: 2 additions & 2 deletions permissions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.permissions"
compileSdk = 36
compileSdk = 37
minSdk = 31
}
listOf(
Expand Down
4 changes: 2 additions & 2 deletions playservices/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.playservices"
compileSdk = 36
compileSdk = 37
minSdk = 31
androidResources {
enable = true
Expand Down
4 changes: 2 additions & 2 deletions viewmodel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.viewmodel"
compileSdk = 36
compileSdk = 37
minSdk = 31
}
listOf(
Expand Down