You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
jcenter()
maven {
url 'https://github.com/tvbarthel/maven/raw/master/'
}
}
}
Then, in the buid.gradle (2) of your module just add :
The "repositories child of buildscript" might only configure the build script classpath (build tools and gradle plugins).
Just close this issue if this solves your error.
BlurDialogFragment should definitively works without appcompat dependency, which is not the case currently due to NoClassDefFoundError exception. I have just openned another issue on the git project and I will came back to you when it will be solved (:
I'm using in my main module build:
and in dependencies section:
compile 'fr.tvbarthel.lib.blurdialogfragment:lib:0.1.2@aar'
When I try to compile, I get this error
Is it mandatory using appcompat dependancy? What am I doing wrong? Thx!
The text was updated successfully, but these errors were encountered: