Skip to content

Commit

Permalink
For mozilla-mobile#7302: Build with compileSdkVersion for Android 13 …
Browse files Browse the repository at this point in the history
…/ API 33.
  • Loading branch information
mcarare authored and mergify[bot] committed Sep 22, 2022
1 parent 44ecdb6 commit d2fc435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.android.build.OutputFile
import groovy.json.JsonOutput

android {
compileSdkVersion 32
compileSdkVersion 33

if (project.hasProperty("testBuildType")) {
// Allowing to configure the test build type via command line flag (./gradlew -PtestBuildType=beta ..)
Expand Down
2 changes: 1 addition & 1 deletion service-telemetry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
minSdkVersion 21
Expand Down

0 comments on commit d2fc435

Please sign in to comment.