Skip to content

Commit 64632f6

Browse files
Ensure all modules compile and target SDK 35
1 parent 0c1ffdb commit 64632f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
activityCompose = "1.9.3"
33
android-minSdk = "29"
4-
android-targetSdk = "34"
4+
android-targetSdk = "35"
55
androidxLifecycle = "2.8.2"
66
androidxVersion = "1.15.0"
77
ble = "1.0.16"

android/pebble_bt_transport/build.gradle.kts

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

66
android {
77
namespace = "com.example.pebble_ble"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
minSdk = libs.versions.android.minSdk.get().toInt()

android/pebblekit_android/build.gradle.kts

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

55
android {
66
namespace = "com.getpebble.android.kit"
7-
compileSdk = 34
7+
compileSdk = 35
88

99
defaultConfig {
1010
minSdk = 29

android/speex_codec/build.gradle.kts

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

66
android {
77
namespace = "com.example.speex_codec"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
minSdk = 29

0 commit comments

Comments
 (0)