Skip to content

Commit

Permalink
Merge pull request #1130 from square/sedwards/compile-versions
Browse files Browse the repository at this point in the history
Update CompileSDK to 34
  • Loading branch information
steve-the-edwards authored Oct 24, 2023
2 parents 600db17 + b342944 commit 7a60e09
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Suppress("UNUSED") // used in Groovy convention scripts
object Versions {
const val compileSdk = 33
const val compileSdk = 34
const val targetSdk = 33
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

androidTools = "8.1.2"

compileSdk = "33"
compileSdk = "34"
minSdk = "21"
targetSdk = "33"

Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-1-complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "com.squareup.workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-2-complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-3-complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-4-complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-final/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId "workflow.tutorial"
Expand Down
2 changes: 1 addition & 1 deletion samples/tutorial/tutorial-views/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 21
Expand Down

0 comments on commit 7a60e09

Please sign in to comment.