Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
removes jitpack.io; adds lib-quadflask-colorpicker git submodule (points to https://github.com/forrestguice/colorpicker, forked from https://github.com/QuadFlask/colorpicker)
  • Loading branch information
forrestguice committed Nov 24, 2024
1 parent 392772b commit 5a67b83
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib-quadflask-colorpicker"]
path = lib-quadflask-colorpicker
url = https://github.com/forrestguice/colorpicker
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-compat:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.github.forrestguice:colorpicker:0.0.13post1'
implementation project(path: ":lib-quadflask-colorpicker") //implementation 'com.github.forrestguice:colorpicker:0.0.13post2'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.jraska:falcon:2.2.0'
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ allprojects {
repositories {
maven { url "https://maven.google.com/" }
mavenCentral()
maven { url "https://jitpack.io" }
}
gradle.projectsEvaluated {
tasks.withType(JavaCompile) {
Expand Down
1 change: 1 addition & 0 deletions lib-quadflask-colorpicker
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include ':app'
include ':lib-quadflask-colorpicker', ':app'
project(':lib-quadflask-colorpicker').projectDir = new File(rootDir, 'lib-quadflask-colorpicker/library/')

0 comments on commit 5a67b83

Please sign in to comment.