Skip to content

Commit 03ac532

Browse files
author
tim4dev
committed
downgrade minSdk
1 parent fe5997e commit 03ac532

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ttl_cache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ android {
77
compileSdk 32
88

99
defaultConfig {
10-
minSdk 23
10+
minSdk 21
1111
targetSdk 32
1212

1313
ext {
1414
verMajor = 0
1515
verMinor = 1
16-
verPath = 0
16+
verPath = 1
1717
}
1818
versionCode verMajor * 1000000 + verMinor * 1000 + verPath
1919
versionName String.valueOf(verMajor) + "." + String.valueOf(verMinor) + "." + String.valueOf(verPath)

0 commit comments

Comments
 (0)