Skip to content

Commit

Permalink
bump aap-lv2 to 0.2.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jul 7, 2023
1 parent 063c809 commit 52a6179
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
35 changes: 19 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]

aap-core = "0.7.6"
aap-lv2 = "0.2.6"
aap-core = "0.7.7"
aap-lv2 = "0.2.7"

agp = "7.4.2"
agp = "8.0.2"
kotlin = "1.8.10"
ndk = "25.2.9519653"
cmake = "3.22.1"
build-tools = "33.0.1"
dokka = "1.7.20"
compose = "1.3.3"
dokka = "1.8.10"
compose = "1.4.3"
kotlin-compose-compiler-extension = "1.4.3"
androidx-test = "1.5.0"
coroutines = "1.6.4"
coroutines = "1.7.0"

[libraries]

Expand All @@ -24,13 +24,15 @@ aap-testing = { module = "org.androidaudioplugin:androidaudioplugin-testing", ve

aap-lv2 = { module = "org.androidaudioplugin:androidaudioplugin-lv2", version.ref = "aap-lv2" }

compose-audio-controls = { module = "org.androidaudioplugin:compose-audio-controls", version = "0.1.3" }

tools-build-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }

compose-bom = { module = "androidx.compose:compose-bom", version = "2023.01.00" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.5.3" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.9.0"}
compose-bom = { module = "androidx.compose:compose-bom", version = "2023.06.01" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.6.0" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.10.1" }
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
startup-runtime = { module = "androidx.startup:startup-runtime", version = "1.1.1" }
Expand All @@ -39,15 +41,16 @@ coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-androi

preference-ktx = { module = "androidx.preference:preference-ktx", version = "1.2.0" }
libcxx-provider = { module = "dev.atsushieno:libcxx-provider", version.ref = "ndk" }
material = { module = "com.google.android.material:material", version = "1.8.0" }
material = { module = "com.google.android.material:material", version = "1.9.0" }

lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.0" }
activity-compose = { module = "androidx.activity:activity-compose", version = "1.6.1" }
webkit = { module = "androidx.webkit:webkit", version = "1.6.0" }
lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version = "2.6.1" }
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.1" }
activity-compose = { module = "androidx.activity:activity-compose", version = "1.7.2" }
webkit = { module = "androidx.webkit:webkit", version = "1.7.0" }

compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-material = { module = "androidx.compose.material:material", version = "1.3.1" }
compose-material = { module = "androidx.compose.material:material", version = "1.4.3" }
compose-ui-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }

junit = { module = "junit:junit", version = "4.13.2" }
Expand All @@ -57,7 +60,7 @@ test-runner = { module = "androidx.test:runner", version = "1.5.2" }
test-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
test-espresso-core = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }

ktmidi = { module = "dev.atsushieno:ktmidi", version = "0.4.1" }
mugene = { module = "dev.atsushieno:mugene", version = "0.3.0" }
ktmidi = { module = "dev.atsushieno:ktmidi", version = "0.5.0" }

oboe = { module = "com.google.oboe:oboe", version = "1.7.0" }
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version = "2.6.1" }

0 comments on commit 52a6179

Please sign in to comment.