Skip to content

Commit

Permalink
🔖 Prepare release 3.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Nov 29, 2024
1 parent c2e7d0b commit 713ed1f
Show file tree
Hide file tree
Showing 2 changed files with 8 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 = 330000
versionName = "3.30.0"
versionCode = 331000
versionName = "3.31.0"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/331000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Sync translations from Weblate
- Minor code optimizations
- Add different colors to day ranges 60 and 90
- Added option to change app's language
- Remove information screen
- Remove languages with low translation score

0 comments on commit 713ed1f

Please sign in to comment.