Skip to content

Commit

Permalink
Bump version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhss1 committed May 6, 2024
1 parent 07d4111 commit 39925b6
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -15,8 +15,8 @@ android {
applicationId = "com.mhss.app.mybrain"
minSdk = 26
targetSdk = 34
versionCode = 7
versionName = "1.0.6"
versionCode = 8
versionName = "1.0.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Added Vietnamese language by @ngocanhtve
- Added lock app option
- Added the ability to save text to note from share menu
- Added subtasks progress in task card
- Fixed backup problems causing missing data
- Performance Improvements
- UX improvements
- Bug fixes
### Notes:
- The backup file format has been changed. You won't be able to import old backups in the new version so please create a new backup as soon as you install the new update to be able to restore it later.
- Added internet permission for markdown features that require it and other future app features

0 comments on commit 39925b6

Please sign in to comment.