Open heechan12 opened 2 years ago
I solved this problem that I added "jcenter()" in gradle.
I solved this problem that I added "jcenter()" in gradle.
Really appreciate your solution...
I solved this problem that I added "jcenter()" in gradle.
yes fixed by this but jcenter() is depricated for sdk 32 do you have any other alternate .
I don't have any alternative. If this exists in maven central, we wouldn't need to add jcenter to access this.
Found the solution. add this line in gradle.properties. -> android.enableJetifier=true
When I tried to build, I got a error below. "Execution failed for task ':app:checkDebugAarMetadata'.
If I tried to check url (like https://www.jitpack.io ~~~) , I got "Repository not found: https://yuyakaido.com/android/card-stack-view"