Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Jun 7, 2020
1 parent 4279197 commit e65fd59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ You can [download the APK from Release.](https://github.com/deweyreed/theme/rele
1. Add the dependency
[![Releases](https://jitpack.io/v/xyz.aprildown/Theme.svg)](https://jitpack.io/#xyz.aprildown/Theme)
```Groovy
dependencies {
implementation 'xyz.aprildown:Theme:0.1.1'
implementation 'xyz.aprildown:Theme:0.1.2'
}
```
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 : 11,
version_name : '0.1.1',
version_code : 12,
version_name : '0.1.2',
]
libs = [
kotlin_stdlib_jdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}",
Expand Down

0 comments on commit e65fd59

Please sign in to comment.