Skip to content

Commit

Permalink
Update Readme Library Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 committed Feb 7, 2022
1 parent 54d5431 commit fe303be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ allprojects {

```
dependencies {
implementation 'com.yazantarifi:vortex:2.2.1'
implementation 'com.yazantarifi:vortex-data:2.2.1'
implementation 'com.yazantarifi:vortex-utils:2.2.1'
implementation 'com.yazantarifi:vortex-ui-binding:2.2.1'
implementation 'com.yazantarifi:vortex-ui:2.2.1'
implementation 'com.yazantarifi:vortex-prefs:2.2.1'
implementation 'com.yazantarifi:vortex-permissions:2.2.1'
implementation 'com.yazantarifi:vortex-log:2.2.1'
implementation 'com.yazantarifi:vortex-firebase:2.2.1'
implementation 'com.yazantarifi:vortex:2.3.1'
implementation 'com.yazantarifi:vortex-data:2.3.1'
implementation 'com.yazantarifi:vortex-utils:2.3.1'
implementation 'com.yazantarifi:vortex-ui-binding:2.3.1'
implementation 'com.yazantarifi:vortex-ui:2.3.1'
implementation 'com.yazantarifi:vortex-prefs:2.3.1'
implementation 'com.yazantarifi:vortex-permissions:2.3.1'
implementation 'com.yazantarifi:vortex-log:2.3.1'
implementation 'com.yazantarifi:vortex-firebase:2.3.1'
}
```
# Vortex Gradle Plugin
Expand All @@ -89,7 +89,7 @@ buildscript {
}
}
dependencies {
classpath "gradle.plugin.io.vortex.gradle.plugin.dependencies:vortex-dependencies-plugin:1.1.0"
classpath "gradle.plugin.io.vortex.gradle.plugin.dependencies:vortex-dependencies-plugin:2.3.1"
}
}
```
Expand All @@ -100,11 +100,6 @@ buildscript {
apply plugin: "io.vortex.gradle.plugin.dependencies"
```

# Publishing
```
gradlew publishReleasePublicationToSonatypeRepository
gradlew closeAndReleaseSonatypeStagingRepository
```

# Vortex Documentation
Coming Soon Vortex still Under Development
Expand Down
11 changes: 3 additions & 8 deletions vortex-dependencies-plugin/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe303be

Please sign in to comment.