Skip to content

Commit

Permalink
🔖 Prepare release 3.26.1
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jul 15, 2024
1 parent ee43a5a commit 528a440
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -48,8 +48,8 @@ android {
applicationId = "br.com.colman.petals"
minSdk = 21
targetSdk = 34
versionCode = 326000
versionName = "3.26.0"
versionCode = 326001
versionName = "3.26.1"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/326001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Properly sort multiple pauses per day
- Include missing ID header text
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/326001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Classificar adequadamente várias pausas por dia
- Inclui texto de cabeçalho de ID ausente

0 comments on commit 528a440

Please sign in to comment.