Skip to content

Commit

Permalink
Bump compile sdk to 33 (android#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Aug 25, 2022
1 parent 9b587ab commit 37d86c5
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion AlwaysOnKotlin/views/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
// NOTE: This must be the same in the phone app and the wear app for the capabilities API
Expand Down
2 changes: 1 addition & 1 deletion DataLayer/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.example.android.wearable.datalayer"
Expand Down
2 changes: 1 addition & 1 deletion RuntimePermissionsWear/Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
// NOTE: This must be the same in the phone app and the wear app for the capabilities API
Expand Down
2 changes: 1 addition & 1 deletion RuntimePermissionsWear/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
// NOTE: This must be the same in the phone app and the wear app for the capabilities API
Expand Down
2 changes: 1 addition & 1 deletion TimeText/timetext/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdk 23
Expand Down
2 changes: 1 addition & 1 deletion TimeText/timetexttestsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdk 23
Expand Down
2 changes: 1 addition & 1 deletion TimeText/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion WatchFaceKotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.example.android.wearable.alpha"
Expand Down
2 changes: 1 addition & 1 deletion WearComplicationDataSourcesTestSuite/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ComplicationToggleReceiver : BroadcastReceiver() {
*/
fun getComplicationToggleIntent(
context: Context,
args: ComplicationToggleArgs,
args: ComplicationToggleArgs
): PendingIntent {
val intent = Intent(context, ComplicationToggleReceiver::class.java).apply {
putExtra(EXTRA_ARGS, args)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ class IconDataSourceService : SuspendingComplicationDataSourceService() {
override fun getPreviewData(type: ComplicationType): ComplicationData =
getComplicationData(
tapAction = null,
case = Case.FACE,
case = Case.FACE
)

private fun getComplicationData(
tapAction: PendingIntent?,
case: Case,
case: Case
): ComplicationData =
when (case) {
Case.FACE -> MonochromaticImageComplicationData.Builder(
Expand Down
2 changes: 1 addition & 1 deletion WearComplicationDataSourcesTestSuite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
targetExclude("$buildDir/**/*.kt")
targetExclude("bin/**/*.kt")

ktlint("0.41.0")
ktlint("0.46.1")
licenseHeaderFile rootProject.file("../spotless/copyright.kt")
}
}
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 @@ -19,7 +19,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
applicationId "com.example.android.wearable.oauth.devicegrant"
minSdk 26
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 @@ -19,7 +19,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.example.android.wearable.oauth.pkce"
Expand Down
2 changes: 1 addition & 1 deletion WearOAuth/util/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdk 23
Expand Down
2 changes: 1 addition & 1 deletion WearSpeakerSample/wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion WearStandaloneGoogleSignIn/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.example.android.wearable.wear.wearstandalonegooglesignin"
Expand Down
2 changes: 1 addition & 1 deletion WearTilesKotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "com.example.wear.tiles"
Expand Down
2 changes: 1 addition & 1 deletion WearVerifyRemoteApp/Application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion WearVerifyRemoteApp/Wearable/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
versionCode 1
Expand Down

0 comments on commit 37d86c5

Please sign in to comment.