Skip to content

Commit d0a56b6

Browse files
committed
Changed package names
1 parent 1963249 commit d0a56b6

File tree

55 files changed

+18
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+18
-7
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[versions]
2+
soundFont = "0.1.3"
3+
midi = "0.1.3"
4+
25
agp = "8.7.2"
36
kotlin = "2.0.20"
47
kotlinxIo = "0.5.1"

core/build.gradle.kts renamed to midi/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77
}
88

99
group = "pl.lemanski.mikrosoundfont"
10-
version = "0.1.3"
10+
version = libs.versions.midi.get().toString()
1111

1212
android {
13-
namespace = "pl.lemanski.mikroSoundFont.core"
13+
namespace = "pl.lemanski.mikroSoundFont"
1414
defaultConfig {
1515
compileSdk = libs.versions.android.compileSdk.get().toInt()
1616
minSdk = libs.versions.android.minSdk.get().toInt()
@@ -42,7 +42,7 @@ kotlin {
4242
sourceSets {
4343

4444
commonMain.dependencies {
45-
implementation(projects.lib)
45+
implementation(projects.soundFont)
4646
implementation(libs.kotlinx.io)
4747
}
4848

0 commit comments

Comments
 (0)