Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from rs3vans/release/1.0.1
Browse files Browse the repository at this point in the history
Release/1.0.1
  • Loading branch information
rs3vans authored Jul 31, 2016
2 parents 71cdc35 + 08e74a4 commit be28c70
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# krypto [![Travis](https://img.shields.io/travis/rs3vans/krypto.svg)](https://travis-ci.org/rs3vans/krypto) #
# krypto [![Travis](https://img.shields.io/travis/rs3vans/krypto.svg)](https://travis-ci.org/rs3vans/krypto) [![Bintray](https://img.shields.io/bintray/v/rs3vans/maven/krypto.svg)](https://bintray.com/rs3vans/maven/krypto) #
A [Kotlin](https://kotlinlang.org/) library for strong, two-way encryption.

## Overview
Expand Down Expand Up @@ -32,6 +32,25 @@ For instructions on use and examples, please check out the `krypto` [wiki](https

## Download ##
`krypto` source can be downloaded from [GitHub](https://github.com/rs3vans/krypto).
`krypto` binaries can be downloaded from [Bintray](https://bintray.com/rs3vans/maven/krypto).

### Gradle ###
You can add `krypto` to your project using Gradle by adding the following to your `build.gradle` dependencies:

```groovy
compile 'org.rs3vans:krypto:1.0.1'
```

### Maven ###
You can add `krypto` to your project using Gradle by adding the following to your `build.gradle` dependencies:

```xml
<dependency>
<groupId>org.rs3vans</groupId>
<artifactId>krypto</artifactId>
<version>1.0.1</version>
</dependency>
```

## License
`krypto` is licensed under the Apache Software License v2.0.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group 'org.rs3vans'
version '1.0-Final'
version '1.0.1'

repositories {
jcenter()
Expand Down

0 comments on commit be28c70

Please sign in to comment.