Skip to content

Commit

Permalink
Set version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
B3nedikt committed Aug 6, 2024
1 parent 89796b5 commit e283cca
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.4
## Restring 6.0.0

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.4'
implementation 'dev.b3nedikt.restring:restring:6.0.0'
// Intercept view inflation
implementation 'dev.b3nedikt.viewpump:viewpump:4.0.13'
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.4
version=6.0.0

0 comments on commit e283cca

Please sign in to comment.