Skip to content

Commit f81c8e4

Browse files
Update readme
1 parent d845b68 commit f81c8e4

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<img src="bloco_faker.png" alt="Faker" />
22

3+
[![Release](https://img.shields.io/github/release/blocoio/faker.svg?label=Maven)](http://144.217.6.255/nexus/r/io.bloco/faker?server=https%3A%2F%2Fs01.oss.sonatype.org)
4+
35
Generates fake data for testing or populating a development database.
46
Run your tests with realistic data like names, emails, dates, countries...
57

68
A Kotlin port of the [Faker ruby gem](https://github.com/stympy/faker/) that's suitable to use in Android development.
79
The goal is to reuse their locale data files without changes.
810

9-
[![Release](https://img.shields.io/github/release/blocoio/faker.svg?label=maven)](https://jitpack.io/#blocoio/faker)
10-
1111
## Installing
1212

1313
```groovy
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation 'io.bloco:faker:2.0.1'
20+
implementation 'io.bloco:faker:${fakerVersion}'
2121
}
2222
```
2323

@@ -43,6 +43,7 @@ You can also check our [blog post](https://www.bloco.io/blog/faker-a-library-to-
4343

4444
- Address
4545
- App
46+
- Artist
4647
- Avatar
4748
- Book
4849
- Bool
@@ -68,10 +69,6 @@ You can also check our [blog post](https://www.bloco.io/blog/faker-a-library-to-
6869
- Currently, we don't support locale specific operations
6970
like ```Address.postcode_by_state``` or ```Business.swedish_organisation_number```.
7071

71-
## TODO
72-
73-
- Implement remaining components of the [Faker ruby gem](https://github.com/stympy/faker/).
74-
7572
## Proguard
7673

7774
If you are using R8, the shrinking and obfuscation rules are included automatically.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
}
2525

2626
group = "io.bloco"
27-
version = "2.0.1"
27+
version = "2.0.2"
2828

2929
java {
3030
withSourcesJar()

0 commit comments

Comments
 (0)