Skip to content

Commit aa6e5fb

Browse files
committed
Android target API set to 35
1 parent 4a0acae commit aa6e5fb

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

ble-common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

55
android {
66
namespace 'no.nordicsemi.android.ble.common'
7-
compileSdk 34
7+
compileSdk 35
88

99
defaultConfig {
1010
minSdk 18
11-
targetSdk 34
11+
targetSdk 35
1212
}
1313

1414
buildTypes {

ble-ktx/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55

66
android {
77
namespace 'no.nordicsemi.android.ble.ktx'
8-
compileSdk 34
8+
compileSdk 35
99

1010
defaultConfig {
1111
minSdk 18
12-
targetSdk 34
12+
targetSdk 35
1313
}
1414

1515
buildTypes {

ble-livedata/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

55
android {
66
namespace 'no.nordicsemi.android.ble.livedata'
7-
compileSdk 34
7+
compileSdk 35
88

99
defaultConfig {
1010
minSdk 18
11-
targetSdk 34
11+
targetSdk 35
1212
}
1313

1414
buildTypes {

ble/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44

55
android {
66
namespace 'no.nordicsemi.android.ble'
7-
compileSdk 34
7+
compileSdk 35
88

99
defaultConfig {
1010
minSdk 18
11-
targetSdk 34
11+
targetSdk 35
1212
}
1313

1414
buildTypes {

examples/ble-gatt-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace 'no.nordicsemi.android.ble.ble_gatt_client'
8-
compileSdk 34
8+
compileSdk 35
99

1010
defaultConfig {
1111
applicationId "no.nordicsemi.android.ble.ble_gatt_client"
1212
minSdk 27
13-
targetSdk 34
13+
targetSdk 35
1414
versionCode 1
1515
versionName "1.0"
1616

examples/ble-gatt-server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace 'no.nordicsemi.android.ble.ble_gatt_server'
8-
compileSdk 34
8+
compileSdk 35
99

1010
defaultConfig {
1111
applicationId "no.nordicsemi.android.ble.ble_gatt_server"
1212
minSdk 27
13-
targetSdk 34
13+
targetSdk 35
1414
versionCode 1
1515
versionName "1.0"
1616

examples/trivia/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ plugins {
1010

1111
android {
1212
namespace 'no.nordicsemi.android.ble.trivia'
13-
compileSdk 34
13+
compileSdk 35
1414

1515
defaultConfig {
1616
applicationId "no.nordicsemi.android.ble.trivia"
1717
minSdk 21
18-
targetSdk 34
18+
targetSdk 35
1919
versionCode 1
2020
versionName "1.0"
2121
}

test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ plugins {
88

99
android {
1010
namespace 'no.nordicsemi.andorid.ble.test'
11-
compileSdk 34
11+
compileSdk 35
1212

1313
defaultConfig {
1414
applicationId "no.nordicsemi.andorid.ble.test"
1515
minSdk 21
16-
targetSdk 34
16+
targetSdk 35
1717
versionCode 1
1818
versionName "1.0"
1919

0 commit comments

Comments
 (0)