Skip to content

Commit

Permalink
Update Compose to 1.6.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyant0 committed Jul 29, 2023
1 parent 464f739 commit 2fd4360
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
}
}

implementation("com.github.Kyant0:DataSaver:2023.7.4")
implementation("com.github.Kyant0:DataSaver:2023.7.5")
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions datasaver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.kyant.datasaver"
version = "2023.7.4"
version = "2023.7.5"

android {
namespace = "com.kyant.datasaver"
Expand Down Expand Up @@ -35,12 +35,12 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.0"
kotlinCompilerExtensionVersion = "1.5.1"
}
}

dependencies {
implementation("androidx.compose.runtime:runtime:1.6.0-alpha01")
implementation("androidx.compose.runtime:runtime:1.6.0-alpha02")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-protobuf:1.5.1")
Expand All @@ -52,7 +52,7 @@ afterEvaluate {
register("mavenRelease", MavenPublication::class) {
groupId = "com.kyant"
artifactId = "datasaver"
version = "2023.7.4"
version = "2023.7.5"
from(components["release"])
}
}
Expand Down

0 comments on commit 2fd4360

Please sign in to comment.