FirebaseAndroidChat icon indicating copy to clipboard operation
FirebaseAndroidChat copied to clipboard

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

Open doanngoctu95 opened this issue 9 years ago • 5 comments

why i can not apply this library?

doanngoctu95 avatar Jan 19 '17 03:01 doanngoctu95

BigEnergys avatar Apr 01 '17 21:04 BigEnergys

também não consegui

ghost avatar Jun 27 '17 16:06 ghost

Falta isso no build.gradle //project

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

ghost avatar Jun 27 '17 16:06 ghost

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"}  
    }  
}

Mehdiway avatar Jan 24 '18 01:01 Mehdiway

//Add

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

//also change the dependency to

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

orion254 avatar Aug 22 '21 23:08 orion254