Skip to content

Commit

Permalink
Update android SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Dec 3, 2022
1 parent ce3d2ad commit f436268
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions barista-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ext["PUBLISH_ARTIFACT_ID"] = "barista-compose"
apply(from = "${rootProject.projectDir}/scripts/publish-module.gradle")

android {
compileSdk = 31
compileSdk = 33

defaultConfig {
minSdk = 21
targetSdk = 31
targetSdk = 33

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
Expand Down
6 changes: 3 additions & 3 deletions barista/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ext["PUBLISH_ARTIFACT_ID"] = "barista"
apply(from = "${rootProject.projectDir}/scripts/publish-module.gradle")

android {
compileSdk = 30
compileSdk = 33

defaultConfig {
minSdk = 19
targetSdk = 30
minSdk = 21
targetSdk = 33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plugins {
apply(from = "../config/android-quality.gradle")

android {
compileSdk = 30
compileSdk = 33

defaultConfig {
minSdk = 21
targetSdk = 30
targetSdk = 33

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
Expand Down

0 comments on commit f436268

Please sign in to comment.