Skip to content

Commit

Permalink
🔖 Prepare release 3.29.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 Sep 18, 2024
1 parent 33ac425 commit 5731095
Show file tree
Hide file tree
Showing 2 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 = 328005
versionName = "3.28.1"
versionCode = 329000
versionName = "3.29.0"

testApplicationId = "$applicationId.test"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/329000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Sync translations from Weblate
- Explicitly remove unnecessary network permission
- Add option to purchase ad free version of the app
- Fix bug where Symptoms page would crash the app if last use date was greater than chart sizes

0 comments on commit 5731095

Please sign in to comment.