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

Commit c7c07ae

Browse files
author
Nick Rout
committed
Update to SDK 32
1 parent e554d55 commit c7c07ae

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 31
26+
compileSdkVersion 32
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 31
26+
compileSdkVersion 32
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 31
25+
compileSdkVersion 32
2626

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

3131
versionCode 1
3232
versionName "1.0"

0 commit comments

Comments
 (0)