Skip to content

Commit

Permalink
🔖 Prepare release 3.20.6
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Mar 11, 2024
1 parent c4fd94d commit 10c6d35
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -46,8 +46,8 @@ android {
applicationId = "br.com.colman.petals"
minSdk = 21
targetSdk = 34
versionCode = 320005
versionName = "3.20.5"
versionCode = 320006
versionName = "3.20.6"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/320006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Correct some translations errors that would cause a crash in Symptoms page
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/320006.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Corrige alguns erros de tradução que poderiam causar uma falha na página de Sintomas.

0 comments on commit 10c6d35

Please sign in to comment.