shiburagi / Drawer-Behavior

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
https://shiburagi.github.io/Drawer-Behavior/
MIT License
593 stars 101 forks source link

this not working in SDK 34 how can solve this. #38

Open akshaykhunt opened 3 weeks ago

akshaykhunt commented 3 weeks ago

implementation 'com.infideap.drawerbehavior:drawer-behavior:1.0.3' or implementation 'com.infideap.drawerbehavior:drawer-behavior:1.0.4' also not working implementation 'com.shiburagi.drawerbehavior:drawerbehavior:1.0.13' implyment this give error like this >

Failed to resolve: com.infideap.drawerbehavior:drawer-behavior:1.0.3 Show in Project Structure dialog Affected Modules: app Ask Gemini

How i can solve this give me solution for this

asadwaheed1 commented 1 week ago

same issue not resolved.

maven { name = "GitHubPackages" url = uri("https://maven.pkg.github.com/shiburagi/Drawer-Behavior") // Github Package credentials { username = "shiburagi" password = "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" } }

implementation 'com.shiburagi.drawerbehavior:drawerbehavior:1.0.13'

above configuration also not working. any solution?