Skip to content

Commit

Permalink
🔖 Prepare release 3.11.4
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <dev@leonardo.colman.com.br>
  • Loading branch information
LeoColman committed May 4, 2023
1 parent 1b3c1ba commit 2823dbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId = "br.com.colman.petals"
minSdk = 21
targetSdk = 33
versionCode = 31103
versionName = "3.11.3"
versionCode = 31104
versionName = "3.11.4"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/31104.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix bug where export button would sometimes not work

0 comments on commit 2823dbb

Please sign in to comment.