Skip to content

Commit

Permalink
chore: update build number for release 1.6.0 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityastic authored and iamareebjamal committed Dec 14, 2019
1 parent 398be79 commit 3a5eb07
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -23,8 +23,8 @@ android {
applicationId 'org.fossasia.badgemagic'
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 7
versionName '1.5.0'
versionCode 8
versionName '1.6.0'
vectorDrawables.useSupportLibrary = true
}

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
🚀 Features

- share app details on social platforms
- added shortcut to open saved activities from edit activities
- support for android 10
- Improve Edit Clipart Screen - Size and Buttons

🐛 Bug Fixes

- privacy storage access crash
- deprecated context calls
- Draw Clipart Screen - Cannot draw

0 comments on commit 3a5eb07

Please sign in to comment.