Skip to content

Commit 616a33e

Browse files
committed
downgrade wear SDK to 34
1 parent 1a176f3 commit 616a33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/wear/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ if (keystorePropertiesFile.exists()) {
1616

1717
android {
1818
namespace = "com.codel1417.tailApp"
19-
compileSdk = 35
19+
compileSdk = 34
2020

2121
defaultConfig {
2222
applicationId = "com.codel1417.tailApp"
2323
minSdk = 30
24-
targetSdk = 35
24+
targetSdk = 34
2525
versionCode = 1
2626
versionName = "1.0"
2727
vectorDrawables {

0 commit comments

Comments
 (0)