Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
minSdk 24
compileSdk = 36
targetSdk 36
versionCode 40060051
versionName "4.6.0 RC1"
versionCode 40060052
versionName "4.6.0 RC2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40060052.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixes note sharing issues
- Indicates note sharing icon in note list
Loading