Skip to content

Commit 45a149f

Browse files
committed
dependencies updated
1 parent ba61609 commit 45a149f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ stringcare {
1414
}
1515

1616
android {
17-
compileSdkVersion 29
17+
compileSdkVersion 30
1818
defaultConfig {
1919
applicationId "com.stringcare.sample"
2020
minSdkVersion 21
21-
targetSdkVersion 29
21+
targetSdkVersion 30
2222
versionCode 1
2323
versionName "1.0"
2424
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
@@ -59,9 +59,9 @@ dependencies {
5959
implementation fileTree(dir: 'libs', include: ['*.jar'])
6060
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6161
implementation "com.stringcare:library:$stringcare_version"
62-
implementation 'androidx.appcompat:appcompat:1.1.0'
63-
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
62+
implementation 'androidx.appcompat:appcompat:1.2.0'
63+
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
6464
testImplementation 'junit:junit:4.12'
65-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
66-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
65+
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
66+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
6767
}

0 commit comments

Comments
 (0)