We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5997e commit 03ac532Copy full SHA for 03ac532
1 file changed
ttl_cache/build.gradle
@@ -7,13 +7,13 @@ android {
7
compileSdk 32
8
9
defaultConfig {
10
- minSdk 23
+ minSdk 21
11
targetSdk 32
12
13
ext {
14
verMajor = 0
15
verMinor = 1
16
- verPath = 0
+ verPath = 1
17
}
18
versionCode verMajor * 1000000 + verMinor * 1000 + verPath
19
versionName String.valueOf(verMajor) + "." + String.valueOf(verMinor) + "." + String.valueOf(verPath)
0 commit comments