Skip to content

Commit

Permalink
Publish 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 7, 2019
1 parent 1f94112 commit dba1f2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.3.1
- Publish aggregated Javadoc
- Strip out all deprecated APIs

# 2.3.0
Starting from 2.3.0, you shall stop using `Shell.Container`, including `ContainerApp`.

Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# libsu

[![](https://jitpack.io/v/topjohnwu/libsu.svg)](https://jitpack.io/#topjohnwu/libsu) \
[![](https://img.shields.io/badge/Javadoc-core-blue.svg)](https://jitpack.io/com/github/topjohnwu/libsu/core/latest/javadoc/)
[![](https://img.shields.io/badge/Javadoc-io-blue.svg)](https://jitpack.io/com/github/topjohnwu/libsu/io/latest/javadoc/)
[![](https://img.shields.io/badge/Javadoc-busybox-blue.svg)](https://jitpack.io/com/github/topjohnwu/libsu/busybox/latest/javadoc/)
[![](https://jitpack.io/v/topjohnwu/libsu.svg)](https://jitpack.io/#topjohnwu/libsu) [![](https://img.shields.io/badge/libsu-Javadoc-blue.svg)](https://jitpack.io/com/github/topjohnwu/libsu/docs/latest/javadoc/)

An Android library that provides APIs to a Unix (root) shell.

Expand Down Expand Up @@ -31,7 +28,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
def libsuVersion = '2.3.0'
def libsuVersion = '2.3.1'
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"

/* Optional: For using com.topjohnwu.superuser.io classes */
Expand Down

0 comments on commit dba1f2e

Please sign in to comment.