Skip to content

Commit

Permalink
Bump targetSdkVersion
Browse files Browse the repository at this point in the history
Apparently this lint warning is now fatal
  • Loading branch information
hufman committed Feb 22, 2024
1 parent 4be76db commit ea47ba5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion androbd_gestalt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "io.bimmergestalt.idriveconnectaddons.androbd_gestalt"
compileSdk 33
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion bimmerscrobbler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "io.bimmergestalt.idriveconnectaddons.bimmerscrobbler"
compileSdk 33
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion cds_details/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "io.bimmergestalt.idriveconnectaddons.cdsdetails"
compileSdk 33
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion cds_gauges/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "io.bimmergestalt.idriveconnectaddons.cdsgauge"
compileSdk 33
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
compileSdk 33
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion screen_mirror/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId "io.bimmergestalt.idriveconnectaddons.screenmirror"
compileSdk 33
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 33
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit ea47ba5

Please sign in to comment.