Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 70d2ed9

Browse files
author
Nick Rout
committed
Update to SDK 33
1 parent 43a706a commit 70d2ed9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

material3Lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
android {
26-
compileSdkVersion 32
26+
compileSdkVersion 33
2727

2828
defaultConfig {
2929
minSdkVersion 21

materialLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
android {
26-
compileSdkVersion 32
26+
compileSdkVersion 33
2727

2828
defaultConfig {
2929
minSdkVersion 21

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ plugins {
2222
}
2323

2424
android {
25-
compileSdkVersion 32
25+
compileSdkVersion 33
2626

2727
defaultConfig {
2828
minSdkVersion 21
29-
targetSdkVersion 32
29+
targetSdkVersion 33
3030

3131
versionCode 1
3232
versionName "1.0"

0 commit comments

Comments
 (0)