Skip to content

Commit

Permalink
🔖 Prepare Release 3.30.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 Oct 9, 2024
1 parent 7f7b3ce commit 1286a16
Show file tree
Hide file tree
Showing 2 changed files with 5 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 = 329001
versionName = "3.30.0-SNAPSHOT"
versionCode = 330000
versionName = "3.30.0"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/330000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Allow for an "All Time" view in statistics page
- Improve import file performance
- Sync translations from WebLate

0 comments on commit 1286a16

Please sign in to comment.