File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ stringcare {
14
14
}
15
15
16
16
android {
17
- compileSdkVersion 29
17
+ compileSdkVersion 30
18
18
defaultConfig {
19
19
applicationId " com.stringcare.sample"
20
20
minSdkVersion 21
21
- targetSdkVersion 29
21
+ targetSdkVersion 30
22
22
versionCode 1
23
23
versionName " 1.0"
24
24
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
@@ -59,9 +59,9 @@ dependencies {
59
59
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
60
60
implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
61
61
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 '
64
64
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'
67
67
}
You can’t perform that action at this time.
0 commit comments