icerockdev / moko-media

Media selection & presenting for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev/
Apache License 2.0
120 stars 12 forks source link

Update readme #1

Open Alex009 opened 5 years ago

Alex009 commented 5 years ago
RezMike commented 3 years ago

Current Usage section in readme is outdated - the API of the library has changed.

Tetraquark commented 3 years ago

Also need to add info about required maven repository url in root build.gradle

allprojects {
    repositories {
        // ...
        maven { url = uri("https://dl.bintray.com/lukaville/maven") }
    }