Skip to content

Commit

Permalink
Update version number and changelog for version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamAmco committed Aug 17, 2021
1 parent df2c1b5 commit 43ca942
Show file tree
Hide file tree
Showing 2 changed files with 10 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 200000
versionName "2.00.0"
versionCode 200001
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

kapt {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/200001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- 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

0 comments on commit 43ca942

Please sign in to comment.