Skip to content

Commit 16a3e03

Browse files
authored
Merge pull request #314 from alabiaga/main
Update sample to reflect new eligibility changes
2 parents 96700ce + 6c9fd7e commit 16a3e03

File tree

33 files changed

+66
-51
lines changed

33 files changed

+66
-51
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
agp = "8.9.1"
1818
fragmentCompose = "1.8.6"
1919
kotlin = "2.1.10"
20-
coreKtx = "1.15.0"
20+
coreKtx = "1.17.0-alpha01"
2121
junit = "4.13.2"
2222
junitVersion = "1.2.1"
2323
espressoCore = "3.6.1"

samples/accessibility/build.gradle.kts

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

2525
android {
2626
namespace = "com.example.platform.accessibility"
27-
compileSdk = 35
27+
compileSdk = 36
2828

2929
defaultConfig {
3030
minSdk = 21

samples/camera/camera2/build.gradle.kts

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

2323
android {
2424
namespace = "com.example.platform.camera"
25-
compileSdk = 35
25+
compileSdk = 36
2626

2727
defaultConfig {
2828
minSdk = 21

samples/camera/camerax/build.gradle.kts

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

2323
android {
2424
namespace = "com.example.platform.camerax"
25-
compileSdk = 35
25+
compileSdk = 36
2626

2727
defaultConfig {
2828
minSdk = 21

samples/connectivity/audio/build.gradle.kts

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

2424
android {
2525
namespace = "com.example.platform.connectivity.audio"
26-
compileSdk = 35
26+
compileSdk = 36
2727

2828
defaultConfig {
2929
minSdk = 21

samples/connectivity/bluetooth/ble/build.gradle.kts

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

2424
android {
2525
namespace = "com.example.platform.connectivity.bluetooth.ble"
26-
compileSdk = 35
26+
compileSdk = 36
2727

2828
defaultConfig {
2929
minSdk = 21

samples/connectivity/bluetooth/companion/build.gradle.kts

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

2424
android {
2525
namespace = "com.example.platform.connectivity.bluetooth.companion"
26-
compileSdk = 35
26+
compileSdk = 36
2727

2828
defaultConfig {
2929
minSdk = 21

samples/connectivity/callnotification/build.gradle.kts

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

2525
android {
2626
namespace = "com.example.platform.connectivity.callnotification"
27-
compileSdk = 35
27+
compileSdk = 36
2828

2929
defaultConfig {
3030
minSdk = 21

samples/connectivity/telecom/build.gradle.kts

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

2626
android {
2727
namespace = "com.example.platform.connectivity.telecom"
28-
compileSdk = 35
28+
compileSdk = 36
2929

3030
defaultConfig {
3131
minSdk = 21

samples/graphics/pdf/build.gradle.kts

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

2525
android {
2626
namespace = "com.example.platform.graphics.pdf"
27-
compileSdk = 35
27+
compileSdk = 36
2828

2929
defaultConfig {
3030
minSdk = 21

0 commit comments

Comments
 (0)