Skip to content

Commit

Permalink
Set version to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nedikt committed Nov 15, 2022
1 parent 129bf9a commit d35f492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![codecov](https://codecov.io/gh/B3nedikt/restring/branch/master/graph/badge.svg)](https://codecov.io/gh/B3nedikt/restring)
[![javadoc](https://javadoc.io/badge2/dev.b3nedikt.restring/restring/javadoc.svg)](https://javadoc.io/doc/dev.b3nedikt.restring/restring)

## Restring 5.2.1
## Restring 5.2.2

An easy way to replace bundled Strings dynamically, or provide new translations for Android. Also supports plurals & string arrays.

### 1. Add dependencies

```groovy
// Replace bundled strings dynamically
implementation 'dev.b3nedikt.restring:restring:5.2.1'
implementation 'dev.b3nedikt.restring:restring:5.2.2'
// Intercept view inflation
implementation 'dev.b3nedikt.viewpump:viewpump:4.0.10'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.parallel=true

android.useAndroidX=true

version=5.2.1
version=5.2.2

0 comments on commit d35f492

Please sign in to comment.