Skip to content

Commit ce7f5e8

Browse files
authored
Merge pull request #5 from segment-integrations/unit_test_cases
unit_test_cases to main
2 parents e590ff6 + 390417d commit ce7f5e8

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)