Skip to content

Commit 4e2ad54

Browse files
committed
Update compile SDK
1 parent 9114cad commit 4e2ad54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/android/library/build.gradle.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ ext {
2222
version PUBLISH_VERSION
2323

2424
android {
25-
compileSdkVersion(31)
25+
compileSdkVersion(33)
2626

2727
defaultConfig {
2828
minSdkVersion(21)
29-
targetSdkVersion(31)
29+
targetSdkVersion(33)
3030
versionCode = 1
3131
versionName = "1.0"
3232
buildConfigField "String", "SDK_VERSION", "\"${PUBLISH_VERSION}\""
@@ -74,7 +74,7 @@ dependencies {
7474
testImplementation "androidx.test.ext:junit-ktx:1.1.3"
7575
testImplementation "androidx.test:core-ktx:1.4.0"
7676
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")
7878
}
7979

8080
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

0 commit comments

Comments
 (0)