Hello, the lib seem to ask for a non existing appcompat-v7 version (22.1.1). Is this a jitpack issue or dargger one ?
JitPack.io
@jitpack-io
we do have that version on the servers
but you would also need it locally on your machine
what if you upgrade?
pierreem
@pierreem
Gradle failed because off appcompat 22.1.1 is not found on jitpack
Upgrade android studio ?
JitPack.io
@jitpack-io
upgrade the support library
under Android SDK Manager -> Extras
pierreem
@pierreem
Oh sry
Update in progress !
JitPack.io
@jitpack-io
fingers crossed! :)
pierreem
@pierreem
60 min of dl. i'm on a very bad connexion !!
JitPack.io
@jitpack-io
oh wow
pierreem
@pierreem
Update, and selected but still the same 'artefact' (i've also try to reboot android studio)
JitPack.io
@jitpack-io
oh, probably it also needs Android Support Repository update
pierreem
@pierreem
I've also update it, but i try to build without jitpack and android studio show me a new windows "installing request composant" and he start to re-download the updated support lib .....
I must have some weird stuff on my Android studio conf !
Pedro Paulo Amorim
@ppamorim
You need update EVERY repository on your Android Studio.
pierreem
@pierreem
That was what i've done, but it'didnt help. Finnaly after removing jitpack & dragger and rebuild with the last ASR lib version Android Studio show me a link to the "installing request composant" windows that redownload and 'install' the support lib.
After that i was able to use dragger and jitpack normally.
Pedro Paulo Amorim
@ppamorim
Are you from Brazil?
pierreem
@pierreem
Not at all. Why do you ask ?
Pedro Paulo Amorim
@ppamorim
You look like a brazilian :p
I'm
pierreem
@pierreem
I will take it like a compliment ! I'm french
TO XZ
@noproxy
i hava some trouble with using dragger
if i set drag_position="right", it can be drag both right and bottom
and the enter animation direction is from bottom right to top left
TO XZ
@noproxy
i except just from right to left , and so is the sample
TO XZ
@noproxy
lol, I also find setSlideEnabled(boolean) doesn't make effects in my project
TO XZ
@noproxy
😂 I'll try to find out a minimal project to reproduce it tomorrow.
I change the default value canSlide to false by copy source into my project, canSlide take effect and childView can scroll properly. But change canSlide's value in onScrollListener make no effect
S
TO XZ
@noproxy
setSlideEnabled's implementation is so simple, but so strange it behaves😂
Pedro Paulo Amorim
@ppamorim
hi :)
I'll grad if you do it. It's hard to maintain with a lot of projects
TO XZ
@noproxy
Hi😀
I'll try to take care it tomorrow. It's time to go to bed here
Muazzam Ali
@mozi22
hey everyone, dragger seems like an amazing library
I want to use it but somehow I am unable to add it through my gradle file