Skip to content

Commit

Permalink
Upload To Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 authored Feb 4, 2022
1 parent 8fbdf86 commit 171ea9e
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Android Infrastructure

[![Maven Central](https://img.shields.io/maven-central/v/com.yazantarifi/vortex.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.yazantarifi%22%20AND%20a:%22vortex%22)

![](https://img.shields.io/badge/Project%20Status-Under%20Development-blue)
![](https://img.shields.io/badge/Version-2.0.0-brightgreen)
![](https://img.shields.io/badge/License-Apache%202.0-yellow)
Expand Down Expand Up @@ -59,27 +61,26 @@ Packages Information : [Bintray](https://bintray.com/yt98/Vortex)
1. The Build.gradle Root File

```
repositories {
maven {
url "https://dl.bintray.com/yt98/Vortex"
}
allprojects {
repositories {
mavenCentral()
}
}
```

2. Application Module

```
dependencies {
def VortexVersion = "2.0.0"
implementation "io.vortex:vortex-ui-ktx:${VortexVersion}"
implementation "io.vortex:vortex-permissions-ktx:${VortexVersion}"
implementation "io.vortex:vortex-core-ktx:${VortexVersion}"
implementation "io.vortex:vortex-local-ktx:${VortexVersion}"
implementation "io.vortex:vortex-data-ktx:${VortexVersion}"
implementation "io.vortex:vortex-utils-ktx:${VortexVersion}"
implementation "io.vortex:vortex-prefs-ktx:${VortexVersion}"
implementation "io.vortex:vortex-firebase-ktx:${VortexVersion}"
implementation "io.vortex:vortex-logger-ktx:${VortexVersion}"
implementation 'com.yazantarifi:vortex:2.2.0'
implementation 'com.yazantarifi:vortex-data:2.2.0'
implementation 'com.yazantarifi:vortex-utils:2.2.0'
implementation 'com.yazantarifi:vortex-ui-binding:2.2.0'
implementation 'com.yazantarifi:vortex-ui:2.2.0'
implementation 'com.yazantarifi:vortex-prefs:2.2.0'
implementation 'com.yazantarifi:vortex-permissions:2.2.0'
implementation 'com.yazantarifi:vortex-log:2.2.0'
implementation 'com.yazantarifi:vortex-firebase:2.2.0'
}
```
# Vortex Gradle Plugin
Expand Down

0 comments on commit 171ea9e

Please sign in to comment.