We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5fb36 commit f42a9b3Copy full SHA for f42a9b3
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
minSdk libs.versions.minSdk.get().toInteger()
20
targetSdk libs.versions.compileSdk.get().toInteger()
21
22
- versionCode 41
23
- versionName '3.2.14'
+ versionCode 42
+ versionName '3.2.15'
24
25
buildConfigField "int", "MIN_SDK_VERSION", "$minSdkVersion.apiLevel"
26
setProperty('archivesBaseName', versionName) // Stores built aab's as "{versionName}-{buildFlavor}.apk"
0 commit comments