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

Commit

Permalink
Remove requirement for armeabi-v7a compatible device
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Jan 12, 2018
1 parent 28c9eeb commit 9b40e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ The library includes:
## Requirements

* Android 5.0 Lollipop or newer
* armeabi-v7a compatible device (most phones and tablets)

## Setup

Add the Gradle dependency to the `build.gradle` file of the app module:

```Gradle
dependencies {
compile 'io.storj:libstorj-android:0.3.2'
compile 'io.storj:libstorj-android:0.4'
}
```

Expand Down

0 comments on commit 9b40e02

Please sign in to comment.