Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Jun 20, 2020
1 parent ffdc4c1 commit e4c3569
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 @@ -42,7 +42,7 @@ You can [download the APK from Release.](https://github.com/deweyreed/theme/rele

```Groovy
dependencies {
implementation 'xyz.aprildown:Theme:0.1.3'
implementation 'xyz.aprildown:Theme:0.1.4'
}
```

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 : 29,

version_code : 13,
version_name : '0.1.3',
version_code : 14,
version_name : '0.1.4',
]
libs = [
kotlin_stdlib_jdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}",
Expand Down

0 comments on commit e4c3569

Please sign in to comment.