Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Feb 16, 2021
1 parent add4bd2 commit 9aed981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This library is inspired by [aesthetic](https://github.com/afollestad/aesthetic)
```Groovy
dependencies {
implementation 'xyz.aprildown:Theme:0.3.0' // for material-components-android 1.3.0
implementation 'xyz.aprildown:Theme:0.3.1' // for material-components-android 1.3.0
// implementation 'xyz.aprildown:Theme:0.2.0' // for material-components-android 1.2.x
// implementation 'xyz.aprildown:Theme:0.1.4' // for material-components-android 1.1.0
}
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ext {
min_sdk : 21,
target_sdk : 30,

version_code : 30,
version_name : '0.3.0',
version_code : 31,
version_name : '0.3.1',
]
libs = [
kotlin_stdlib_jdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}",
Expand Down

0 comments on commit 9aed981

Please sign in to comment.