Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
removes jcenter
  • Loading branch information
forrestguice committed Nov 24, 2024
1 parent 01110c8 commit 392772b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'com.github.forrestguice:colorpicker:0.0.13post1'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.jraska:falcon:1.0.4'
androidTestImplementation 'com.jraska:falcon:2.2.0'
androidTestImplementation 'com.android.support:support-annotations:28.0.0'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {

repositories {
maven { url "https://maven.google.com/" }
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
Expand All @@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
maven { url "https://maven.google.com/" }
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
gradle.projectsEvaluated {
Expand Down

0 comments on commit 392772b

Please sign in to comment.