Temporary commit - Added jcenter

This commit is contained in:
Kanahia 2024-08-21 19:10:07 +05:30
parent 45f2359ad9
commit 35eadf3d33

View file

@ -4,6 +4,9 @@ buildscript {
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
// Temporary fix for `Could not find com.dinuscxj:circleprogressbar:1.1.1`
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'