Skip to content

Commit b95e1cf

Browse files
committed
🔧 Update test app target SDK to 33
1 parent 3da8124 commit b95e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: testapp/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
compileSdk = 33
99
defaultConfig {
1010
minSdk = 21
11-
targetSdk = 31
11+
targetSdk = 33
1212
versionCode = 1
1313
versionName = "1.0"
1414
}

0 commit comments

Comments
 (0)