Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Downgrade minSdk to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed May 23, 2024
1 parent 89e1e06 commit ed33d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/ApplicationConventionPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationConventionPlugin : Plugin<Project> {
buildToolsVersion = "34.0.0"

defaultConfig {
minSdk = 29
minSdk = 26
targetSdk = compileSdk
}

Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/LibraryConventionPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class LibraryConventionPlugin : Plugin<Project> {
buildToolsVersion = "34.0.0"

defaultConfig {
minSdk = 29
minSdk = 26
}

compileOptions {
Expand Down

0 comments on commit ed33d55

Please sign in to comment.