Temporary commit - Removed library/commented

This commit is contained in:
Kanahia 2024-08-22 17:25:42 +05:30
parent 35eadf3d33
commit dc37060b5e
5 changed files with 78 additions and 83 deletions

View file

@ -4,9 +4,6 @@ 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'
@ -23,7 +20,6 @@ allprojects {
gradlePluginPortal() // potential jcenter() replacement
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
jcenter()
}
}
subprojects{