We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb03579 commit ffbeff5Copy full SHA for ffbeff5
app/build.gradle
@@ -65,7 +65,7 @@ android {
65
}
66
67
dependencies {
68
- implementation 'com.github.SimpleMobileTools:Simple-Commons:d1ed742806'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:d6cddfa7d8'
69
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
70
71
kapt 'androidx.room:room-compiler:2.5.1'
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
6
repositories {
7
google()
8
- jcenter()
+ mavenCentral()
9
10
11
@@ -20,7 +20,7 @@ buildscript {
20
allprojects {
21
22
23
24
maven { url 'https://jitpack.io' }
25
26
0 commit comments