Skip to content

Commit

Permalink
Update compileSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Nov 6, 2024
1 parent 18b8f7b commit 96d4eca
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion AdaptiveUiCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace = "com.example.reply"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.example.reply"
Expand Down
2 changes: 1 addition & 1 deletion AnimationCodelab/finished/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.example.android.codelab.animation"
compileSdk 34
compileSdk 35
defaultConfig {
applicationId 'com.example.android.codelab.animation'
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion AnimationCodelab/start/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.example.android.codelab.animation"
compileSdk 34
compileSdk 35
defaultConfig {
applicationId 'com.example.android.codelab.animation'
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion BasicLayoutsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.codelab.basiclayouts"
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.codelab.basiclayouts"
Expand Down
2 changes: 1 addition & 1 deletion BasicStateCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace = "com.codelabs.state"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.codelabs.state"
Expand Down
2 changes: 1 addition & 1 deletion BasicsCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace = "com.codelab.basics"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.codelab.basics"
Expand Down
2 changes: 1 addition & 1 deletion MigrationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'


android {
compileSdkVersion 34
compileSdkVersion 35
namespace "com.google.samples.apps.sunflower"
defaultConfig {
applicationId "com.google.samples.apps.sunflower"
Expand Down
2 changes: 1 addition & 1 deletion NavigationCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.example.compose.rally"
compileSdkVersion 34
compileSdkVersion 35

defaultConfig {
applicationId "com.example.compose.rally"
Expand Down
2 changes: 1 addition & 1 deletion PerformanceCodelab/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace = "com.compose.performance"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.compose.performance"
Expand Down
2 changes: 1 addition & 1 deletion PerformanceCodelab/measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {

android {
namespace = "com.compose.performance.measure"
compileSdk = 34
compileSdk = 35

compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion TestingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.example.compose.rally"
compileSdkVersion 34
compileSdkVersion 35

defaultConfig {
applicationId "com.example.compose.rally"
Expand Down
2 changes: 1 addition & 1 deletion ThemingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

android {
namespace "com.example.reply"
compileSdkVersion 34
compileSdkVersion 35
defaultConfig {
applicationId 'com.example.reply'
minSdkVersion 21
Expand Down

0 comments on commit 96d4eca

Please sign in to comment.