File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44
55android {
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 {
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ plugins {
55
66android {
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 {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44
55android {
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 {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ plugins {
44
55android {
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 {
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
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
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
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
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ plugins {
1010
1111android {
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 }
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ plugins {
88
99android {
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
You can’t perform that action at this time.
0 commit comments