Skip to content

Commit 9a12b88

Browse files
chore: bump android compileSdk target to 36
1 parent ece6b57 commit 9a12b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bdk-android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version = "3.0.0-RC2"
1616

1717
android {
1818
namespace = group.toString()
19-
compileSdk = 34
19+
compileSdk = 36
2020

2121
defaultConfig {
2222
minSdk = 24

0 commit comments

Comments
 (0)