Skip to content

Commit

Permalink
Switch compileSdkVersion to 31 in remaining gradle files (project-chi…
Browse files Browse the repository at this point in the history
…p#29512)

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and HunsupJung committed Oct 23, 2023
1 parent 0713819 commit f628960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/android/CHIPTest/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ println 'matterBuildSrcDir='+matterBuildSrcDir
println 'matterUTestLib='+matterUTestLib

android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"
ndkPath System.getenv("ANDROID_NDK_HOME")

Expand Down Expand Up @@ -77,4 +77,4 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}
2 changes: 1 addition & 1 deletion examples/android/CHIPTool/chip-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
apply from: "../../../../third_party/android_deps/android_deps.gradle"

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
minSdkVersion 24
Expand Down

0 comments on commit f628960

Please sign in to comment.