Skip to content

Commit

Permalink
Update Compose BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
simona-anomis committed Aug 10, 2023
1 parent f80f51b commit e225baf
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion AccessibilityCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

android {
namespace 'com.example.jetnews'
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId 'com.example.jetnews'
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion AdaptiveUICodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

android {
namespace 'com.example.reply'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.example.reply"
Expand Down
2 changes: 1 addition & 1 deletion AdvancedStateAndSideEffectsCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (rootProject.file("local.properties").exists()) {

android {
namespace "androidx.compose.samples.crane"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId "androidx.compose.samples.crane"
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion AnimationCodelab/finished/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

android {
namespace "com.example.android.codelab.animation"
compileSdkVersion 33
compileSdkVersion 34
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 @@ -21,7 +21,7 @@ plugins {

android {
namespace "com.example.android.codelab.animation"
compileSdkVersion 33
compileSdkVersion 34
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 @@ -21,7 +21,7 @@ plugins {

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

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 @@ -21,7 +21,7 @@ plugins {

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

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 @@ -21,7 +21,7 @@ plugins {

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

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 @@ -20,7 +20,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'androidx.navigation.safeargs.kotlin'

android {
compileSdkVersion 33
compileSdkVersion 34
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 @@ -21,7 +21,7 @@ plugins {

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

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

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

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 @@ -21,7 +21,7 @@ plugins {

android {
namespace "com.example.reply"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId 'com.example.reply'
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion ThemingCodelabM2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {

android {
namespace "com.codelab.theming"
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
applicationId 'com.codelab.theming'
minSdkVersion 21
Expand Down

0 comments on commit e225baf

Please sign in to comment.