Skip to content

Commit

Permalink
downgrade minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tim4dev committed Jan 22, 2023
1 parent fe5997e commit 03ac532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ttl_cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ android {
compileSdk 32

defaultConfig {
minSdk 23
minSdk 21
targetSdk 32

ext {
verMajor = 0
verMinor = 1
verPath = 0
verPath = 1
}
versionCode verMajor * 1000000 + verMinor * 1000 + verPath
versionName String.valueOf(verMajor) + "." + String.valueOf(verMinor) + "." + String.valueOf(verPath)
Expand Down

0 comments on commit 03ac532

Please sign in to comment.