mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-01-10 08:33:38 +01:00
replacing jcenter with mavenCentral
This commit is contained in:
parent
eb035798b8
commit
ffbeff5bab
@ -65,7 +65,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:d1ed742806'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
|
||||
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
|
||||
|
||||
kapt 'androidx.room:room-compiler:2.5.1'
|
||||
|
@ -5,7 +5,7 @@ buildscript {
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -20,7 +20,7 @@ buildscript {
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user