AleBarreto / FirebaseAndroidChat

Chat with features : Login with Google | Send Photo Camera | Send Photo Gallery | Send Location
591 stars 241 forks source link

can not add library compile 'hani.momanii.supernova_emoji_library:supernova-emoji-library:0.0.2' #16

Open doanngoctu95 opened 7 years ago

doanngoctu95 commented 7 years ago

why i can not apply this library?

BigEnergys commented 7 years ago

+

ghost commented 7 years ago

também não consegui

ghost commented 7 years ago

Falta isso no build.gradle //project

maven { url "https://dl.bintray.com/hani-momanii/maven"}

Mehdiway commented 6 years ago

Add maven URL to your build.gradle. PS : If you already have a URL use this :

allprojects {
      repositories {  
        maven { url "https://maven.google.com" }  
        maven { url "https://dl.bintray.com/hani-momanii/maven"}  
    }  
}
orion254 commented 2 years ago

//Add

maven { url 'https://jitpack.io' }

//also change the dependency to

implementation 'com.github.hani-momanii:supernova-emoji:1.1'