Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Add build badge and Codacy badge
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Apr 25, 2019
1 parent 86df5b1 commit a8cfdd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
### No README content yet, look at the simple sample project, or the code.
### No README content yet, look at the simple sample project, or the code.

[![Build Status](https://travis-ci.org/afollestad/inline-activity-result.svg?branch=master)](https://travis-ci.org/afollestad/inline-activity-result)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4679f36623124f4da988e957e545c8df)](https://www.codacy.com/app/drummeraidan_50/inline-activity-result?utm_source=github.com&utm_medium=referral&utm_content=afollestad/inline-activity-result&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
2 changes: 1 addition & 1 deletion bintrayconfig.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ publish {
groupId = 'com.afollestad'
artifactId = 'inline-activity-result'
publishVersion = versions.publishVersion
desc = 'Receive Activity results from the same place where you launched them.'
desc = 'Receive Activity results inline in a callback, without any boilerplate.'
website = 'https://github.com/afollestad/inline-activity-result'
dryRun = false
}

0 comments on commit a8cfdd2

Please sign in to comment.