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 5625cb6 commit e772c46Copy full SHA for e772c46
1 file changed
app/build.gradle.kts
@@ -22,9 +22,9 @@ android {
22
applicationId = "com.leanbitlab.leantype"
23
minSdk = 21
24
targetSdk = 35
25
- // ponytail: release version 4.0.3
26
- versionCode = 4003
27
- versionName = "4.0.3"
+ // ponytail: release version 4.0.4
+ versionCode = 4004
+ versionName = "4.0.4"
28
29
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
30
0 commit comments