Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Nov 27, 2022
1 parent 505a5fe commit 7fd9d25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A `JSON` is the original format for the dynamic theme that provides cross-app fu
"textSecondaryColor": "auto|color",
"textSecondaryColorInverse": "auto|color",
"fontScale": "auto|integer",
"cornerRadius": "auto|integer",
"cornerRadius": "auto|system|integer",
"backgroundAware": "auto|disable|enable",
"contrast": "auto|integer",
"opacity": "auto|integer",
Expand Down Expand Up @@ -129,9 +129,9 @@ can be imported easily in various apps or platforms.
#### Values

| JSON | URL | JSON | URL |
| :-------------| --- | :----- | --- |
| :-------------| --- | :----- |-----|
| Split (Value) | v | # | X |
| auto | A |
| auto | A | system | M |
| disable | D | enable | E |
| hide | H | show | S |

Expand All @@ -154,7 +154,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
```groovy
dependencies {
// For AndroidX enabled projects.
implementation 'com.pranavpandey.android:dynamic-theme:4.3.2'
implementation 'com.pranavpandey.android:dynamic-theme:4.4.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-theme'
mavenInceptionYear = '2019'
mavenVersion = '4.3.2'
mavenVersionCode = 16
mavenVersion = '4.4.0'
mavenVersionCode = 17

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 7fd9d25

Please sign in to comment.