mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-31 23:03:54 +01:00
Temporary commit - Removed library/commented
This commit is contained in:
parent
35eadf3d33
commit
dc37060b5e
5 changed files with 78 additions and 83 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue