Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 committed Nov 1, 2022
1 parent 6d67336 commit 94e0bdb
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,26 @@ allprojects {

```
dependencies {
implementation 'com.yazantarifi:Vanite:1.0.2'
implementation 'com.yazantarifi:Vanite-data:1.0.2'
implementation 'com.yazantarifi:Vanite-utils:1.0.2'
implementation 'com.yazantarifi:Vanite-ui-binding:1.0.2'
implementation 'com.yazantarifi:Vanite-ui:1.0.2'
implementation 'com.yazantarifi:Vanite-prefs:1.0.2'
implementation 'com.yazantarifi:Vanite-permissions:1.0.2'
implementation 'com.yazantarifi:Vanite-log:1.0.2'
implementation 'com.yazantarifi:Vanite-firebase:1.0.2'
implementation 'com.yazantarifi:Vanite:1.0.4'
implementation 'com.yazantarifi:Vanite-data:1.0.4'
implementation 'com.yazantarifi:Vanite-utils:1.0.4'
implementation 'com.yazantarifi:Vanite-ui-binding:1.0.4'
implementation 'com.yazantarifi:Vanite-ui:1.0.4'
implementation 'com.yazantarifi:Vanite-prefs:1.0.4'
implementation 'com.yazantarifi:Vanite-permissions:1.0.4'
implementation 'com.yazantarifi:Vanite-log:1.0.4'
implementation 'com.yazantarifi:Vanite-firebase:1.0.4'
}
```

# Push Update

> This Command Will Generate Build File and Jars for All Modules
```
gradle publishReleasePublicationToSonatypeRepository
```

# Vanite Documentation
Coming Soon Vanite still Under Development

Expand Down

0 comments on commit 94e0bdb

Please sign in to comment.