sromku / android-storage

Create, read, delete, append, encrypt files and more, on internal or external disk spaces with a really simple API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to Maven Central

StephaneBg opened this issue · comments

Please made this awesome library available on Maven Central.

+1

to be done

+1 i'll be wait :)

How create a folder in root of internal storage

Btw, you can get it as a dependency already now from https://jitpack.io/#sromku/android-simple-storage/1.0.0
The syntax in Gradle would be:

dependencies {
    compile 'com.github.sromku:android-simple-storage:1.0.0@aar'
}
commented

#8 patch adds to Maven local repository. What about Maven Central or jCentral?

@jitpack +1 Wasted 3+ hours to try and get Android Studio to work. But it did not work. Yours on the other hand was absolute magic.