mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
Apply suggestions from code review
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
7dbf4d09d1
commit
733bc29bf1
2 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
//jcenter() deprecated August 2024
|
||||
mavenCentral()
|
||||
flatDir {
|
||||
dirs "kMAPro/libs/com/stepstone/stepper/material-stepper/4.3.1/"
|
||||
|
|
@ -24,7 +23,6 @@ allprojects {
|
|||
repositories {
|
||||
maven { url uri("${projectDir}/libs") }
|
||||
google()
|
||||
//jcenter() deprecated August 2024
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@ repositories {
|
|||
dirs 'libs'
|
||||
}
|
||||
google()
|
||||
//jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue