Skip to content

Commit

Permalink
Prepare for release v1.21 (34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Jul 3, 2021
1 parent 50e5c87 commit 2ad8f08
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 14
targetSdkVersion 29

versionCode 33
versionName "v1.20"
versionCode 34
versionName "v1.21"

buildConfigField 'String', 'APP_SNAME', '\"AAT\"'
buildConfigField 'String', 'APP_NAME', '\"Another Activity Tracker\"'
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v1.21 (34)

# Change
- Bluetooth improvements
- Allow SAF for dem3 location
- Non modal error messages

0 comments on commit 2ad8f08

Please sign in to comment.