Skip to content

Commit c6be027

Browse files
committed
LIBMOBILE-1276
- upgraded testApp SDK version to 33
1 parent b62498d commit c6be027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testapp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk = 31
7+
compileSdk = 33
88

99
defaultConfig {
1010
applicationId = "com.segment.analytics.destinations.mydestination.testapp"
1111
minSdk = 21
12-
targetSdk = 31
12+
targetSdk = 33
1313
versionCode = 1
1414
versionName = "1.0"
1515

0 commit comments

Comments
 (0)