mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Move to 0.3.0-rc1 (#410)
This commit is contained in:
@@ -22,11 +22,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation(project(":common"))
|
||||
implementation("androidx.activity:activity-compose:1.3.0-alpha02") {
|
||||
exclude(group = "androidx.compose.animation")
|
||||
exclude(group = "androidx.compose.foundation")
|
||||
exclude(group = "androidx.compose.material")
|
||||
exclude(group = "androidx.compose.runtime")
|
||||
exclude(group = "androidx.compose.ui")
|
||||
}
|
||||
implementation("androidx.activity:activity-compose:1.3.0-alpha02")
|
||||
}
|
||||
@@ -9,7 +9,7 @@ buildscript {
|
||||
|
||||
dependencies {
|
||||
// __LATEST_COMPOSE_RELEASE_VERSION__
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.0-build154")
|
||||
classpath("org.jetbrains.compose:compose-gradle-plugin:0.3.0-rc1")
|
||||
classpath("com.android.tools.build:gradle:4.0.1")
|
||||
// __KOTLIN_COMPOSE_VERSION__
|
||||
classpath(kotlin("gradle-plugin", version = "1.4.30"))
|
||||
|
||||
@@ -25,6 +25,7 @@ compose.desktop {
|
||||
nativeDistributions {
|
||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||
packageName = "ComposeCodeViewer"
|
||||
packageVersion = "1.0.0"
|
||||
|
||||
windows {
|
||||
menu = true
|
||||
|
||||
Reference in New Issue
Block a user