Skip to content

Commit

Permalink
bump version to 0.8.0-pre (and aap-lv2 to 0.3.0-pre), with some deps …
Browse files Browse the repository at this point in the history
…bump.
  • Loading branch information
atsushieno committed Nov 6, 2023
1 parent aa2d33b commit a7526e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

aap-core = "0.7.9-pre"
aap-lv2 = "0.2.9-pre"
aap-core = "0.8.0-pre"
aap-lv2 = "0.3.0-pre"

accompanist-drawablepainter = "0.30.1"
accompanist-permissions = "0.30.1"
Expand Down Expand Up @@ -53,7 +53,7 @@ webkit = { module = "androidx.webkit:webkit", version = "1.8.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.5.3" }
compose-material = { module = "androidx.compose.material:material", version = "1.5.4" }
compose-ui-test-junit = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }

junit = { module = "junit:junit", version = "4.13.2" }
Expand All @@ -65,7 +65,7 @@ test-espresso-core = { module = "androidx.test.espresso:espresso-core", version

ktmidi = { module = "dev.atsushieno:ktmidi", version = "0.6.0" }

oboe = { module = "com.google.oboe:oboe", version = "1.7.0" }
oboe = { module = "com.google.oboe:oboe", version = "1.8.0" }
ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
Expand Down

0 comments on commit a7526e6

Please sign in to comment.