Skip to content

Commit

Permalink
Updated colors dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
chRyNaN committed Jul 18, 2021
1 parent 101f6fb commit 1d492d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion chords-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1"

implementation "com.chrynan.colors:colors-jetpack-compose:0.3.2"
implementation "com.chrynan.colors:colors-jetpack-compose:0.3.5"
}
}
}
Expand All @@ -46,9 +46,13 @@ android {
}

buildTypes {
debug {
matchingFallbacks = ["release"]
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
matchingFallbacks = ["release"]
}
}

Expand Down
6 changes: 5 additions & 1 deletion chords-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin {

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.1"

api "com.chrynan.colors:colors-core:0.3.2"
api "com.chrynan.colors:colors-core:0.3.5"
}
}
all {
Expand All @@ -47,9 +47,13 @@ android {
}

buildTypes {
debug {
matchingFallbacks = ["release"]
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
matchingFallbacks = ["release"]
}
}

Expand Down
3 changes: 3 additions & 0 deletions sample-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ android {
}

buildTypes {
debug {
matchingFallbacks = ["release"]
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
Expand Down

0 comments on commit 1d492d5

Please sign in to comment.