File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/android/library Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ ext {
22
22
version PUBLISH_VERSION
23
23
24
24
android {
25
- compileSdkVersion(31 )
25
+ compileSdkVersion(33 )
26
26
27
27
defaultConfig {
28
28
minSdkVersion(21)
29
- targetSdkVersion(31 )
29
+ targetSdkVersion(33 )
30
30
versionCode = 1
31
31
versionName = "1.0"
32
32
buildConfigField "String", "SDK_VERSION", "\"${PUBLISH_VERSION}\""
@@ -74,7 +74,7 @@ dependencies {
74
74
testImplementation "androidx.test.ext:junit-ktx:1.1.3"
75
75
testImplementation "androidx.test:core-ktx:1.4.0"
76
76
testImplementation "org.robolectric:robolectric:4.5.1"
77
- testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5 .1")
77
+ testApi("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6 .1")
78
78
}
79
79
80
80
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
You can’t perform that action at this time.
0 commit comments