Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAsadi authored Sep 10, 2019
1 parent d335c0c commit ff9f652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Bintray Upload Plugin
Insanely easy way to upload your Android Library to Bintray/JCenter 📦

![Download](https://api.bintray.com/packages/aliassadi/maven/android-bintray-plugin/images/download.svg)
![Download](https://api.bintray.com/packages/aliassadi/maven/bintray-upload/images/download.svg)

# Download

Expand All @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.aliasadi:android-bintray-plugin:1.0.0"
classpath "com.aliasadi:bintray-upload:1.0.0"
}
}
```
Expand All @@ -21,7 +21,7 @@ buildscript {

1. Add apply plugin to `build.gradle` of the **Module** that you want to upload to bintray.
```gradle
apply plugin: 'com.aliasadi.android-bintray'
apply plugin: 'com.aliasadi.bintray-upload'
```
2. Use the `uploadToBintray` closure to set the info of your package:
```gradle
Expand Down

0 comments on commit ff9f652

Please sign in to comment.