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 43f63ba commit 9963dd7Copy full SHA for 9963dd7
1 file changed
app/build.gradle.kts
@@ -21,8 +21,8 @@ android {
21
applicationId = "com.sameerasw.essentials"
22
minSdk = 26
23
targetSdk = 36
24
- versionCode = 37
25
- versionName = "12.6"
+ versionCode = 38
+ versionName = "12.7"
26
27
val whatsNewCounter = 1
28
buildConfigField("int", "WHATS_NEW_COUNTER", whatsNewCounter.toString())
0 commit comments