Skip to content

Commit

Permalink
Bump version and changelog for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAmco committed Aug 18, 2021
1 parent f92f4dd commit bad50e2
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -20,8 +20,8 @@ android {
applicationId "com.samco.trackandgraph"
minSdkVersion 21
targetSdkVersion 30
versionCode 200001
versionName "2.0.1"
versionCode 200002
versionName "2.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/200002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Track groups and graph groups are now just groups
- Create trackers anywhere
- Create graphs anywhere
- Create groups anywhere
- Create nested groups
- Long press on default value + to enter value manually
- Fix can't see cancel buttons on import/export dialogs
- Hide FAB on scroll
- Fix crashing on tutorial with OOM

0 comments on commit bad50e2

Please sign in to comment.