Skip to content

Commit

Permalink
Merge pull request #201 from AppDevNext/MinSdk21
Browse files Browse the repository at this point in the history
Minsdk 21
  • Loading branch information
hannesa2 authored Dec 3, 2024
2 parents 59ee2b1 + 78e9ce0 commit 3656f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
namespace 'info.hannes'
defaultConfig {

minSdkVersion 19
minSdkVersion 21
compileSdk 34
project.archivesBaseName = "ChangeLog"
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
versionName "1.0"

compileSdk 34
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 34
}
packagingOptions {
Expand Down

0 comments on commit 3656f95

Please sign in to comment.