Android Studio – How to add Repository maven in new Android Studio Project setup(2022)?
I want to use the maven library in the android studio project. in the library documentation, they mention adding like this, repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' } But in the new android studio…