Skip to content

Commit

Permalink
Merge pull request #1 from atick-faisal/dev
Browse files Browse the repository at this point in the history
Bump compose version
  • Loading branch information
atick-faisal authored Nov 17, 2021
2 parents 8be1786 + 2a8c0b9 commit a317873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions material-color/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
val composeVersion = "1.0.4"
val libraryVersion = "1.0.3"
val composeVersion = "1.0.5"

plugins {
id("com.android.library")
Expand Down Expand Up @@ -49,8 +50,7 @@ afterEvaluate {
create<MavenPublication>("maven") {
groupId = "com.github.atick-faisal"
artifactId = "compose-material-color"
version = "1.0.2"

version = libraryVersion
from(components["release"])
}
}
Expand Down

0 comments on commit a317873

Please # to comment.