Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
appml committed Jan 22, 2024
1 parent 5a8da48 commit 6bb1734
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 34
multiDexEnabled true
versionCode 1317
versionName "4.4.9e"
versionCode 1318
versionName "4.4.9f"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1316,
"versionName": "4.4.9d",
"versionCode": 1317,
"versionName": "4.4.9e",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/1317.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ v4.4.9e
- Purged app data conflicts automatically
- Fixed bugs in text editor mode
- Better handling of duplicate note titles
- Rename title fixes
- Title rename fixes
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1318.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v4.4.9f
- Purged app data conflicts automatically
- Fixed bugs in text editor mode
- Better handling of duplicate note titles
- Title rename fixes
- Minor updates

0 comments on commit 6bb1734

Please sign in to comment.