Skip to content

Commit

Permalink
🔖 Prepare release 3.21.2
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Apr 22, 2024
1 parent 823447a commit b83d3fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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 = 321001
versionName = "3.21.1"
versionCode = 321002
versionName = "3.21.2"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/321002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add check to avoid 0 in HitTimer when milliseconds are disabled
1 change: 0 additions & 1 deletion fastlane/metadata/android/pt-BR/320006.txt

This file was deleted.

1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/changelogs/321002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Adiciona uma verificação para evitar 0 no HitTimer quando os milissegundos estão desativados

0 comments on commit b83d3fd

Please sign in to comment.