Skip to content

Commit

Permalink
adds 34 (#1174)
Browse files Browse the repository at this point in the history
Co-authored-by: Chiara Chiappini <cchiappini@google.com>
Co-authored-by: Chiara Chiappini <nunca.aqui@gmail.com>
  • Loading branch information
3 people committed Aug 13, 2024
1 parent c549734 commit 63ce5dc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Complications/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
versionCode 1
versionName "1.0"
minSdk 26
targetSdk 33
targetSdk 34
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion ComposeStarter/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId = "com.example.android.wearable.composestarter"
minSdk = 26
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/Application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
versionCode = 1
versionName = "1.0"
minSdk = 21
targetSdk = 33
targetSdk = 34

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/Wearable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
versionCode = 1
versionName = "1.0"
minSdk = 26
targetSdk = 33
targetSdk = 34
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/oauth-device-grant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "com.example.android.wearable.oauth.devicegrant"
minSdk 26
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/oauth-pkce/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
defaultConfig {
applicationId "com.example.android.wearable.oauth.pkce"
minSdk 26
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion WearSpeakerSample/wear/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
versionCode = 1
versionName = "1.0"
minSdk = 26
targetSdk = 33
targetSdk = 34
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion WearTilesKotlin/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
defaultConfig {
applicationId = "com.example.wear.tiles"
minSdk = 26
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "1.0"
}
Expand Down

0 comments on commit 63ce5dc

Please sign in to comment.