1616
1717buildscript {
1818 ext {
19- kotlin_version = ' 1.4 .21'
19+ kotlin_version = ' 1.6 .21'
2020 }
2121 repositories {
22- jcenter ()
22+ mavenCentral ()
2323 }
2424 dependencies {
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -30,11 +30,11 @@ apply plugin: 'com.android.application'
3030apply plugin : ' kotlin-android'
3131
3232android {
33- compileSdkVersion 28
33+ compileSdkVersion 31
3434 defaultConfig {
3535 applicationId " com.example.android.emojicompat"
3636 minSdkVersion 19
37- targetSdkVersion 28
37+ targetSdkVersion 31
3838 versionCode 1
3939 versionName " 1.0"
4040 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -49,15 +49,15 @@ android {
4949
5050dependencies {
5151 // Support Libraries
52- implementation ' androidx.appcompat:appcompat:1.0.2 '
53- implementation ' androidx.emoji:emoji:1.0 .0'
54- implementation ' androidx.emoji:emoji-appcompat:1.0 .0'
55- implementation ' androidx.emoji:emoji-bundled:1.0 .0'
52+ implementation ' androidx.appcompat:appcompat:1.4.1 '
53+ implementation ' androidx.emoji:emoji:1.1 .0'
54+ implementation ' androidx.emoji:emoji-appcompat:1.1 .0'
55+ implementation ' androidx.emoji:emoji-bundled:1.1 .0'
5656 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
5757
5858 // Test
59- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
60- androidTestImplementation " androidx.test.espresso:espresso-intents:3.1.1 "
59+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
60+ androidTestImplementation " androidx.test.espresso:espresso-intents:3.4.0 "
6161
62- testImplementation ' junit:junit:4.12 '
62+ testImplementation ' junit:junit:4.13.2 '
6363}
0 commit comments