Skip to content

Commit e12dece

Browse files
committed
Build Wear app against API 36
Required by androidx core-ktx 1.17
1 parent 42f7c9a commit e12dece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wear/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919

2020
android {
2121
namespace = "de.maniac103.squeezeclient"
22-
compileSdk = 35
22+
compileSdk = 36
2323

2424
defaultConfig {
2525
applicationId = "de.maniac103.squeezeclient"

0 commit comments

Comments
 (0)