Skip to content

Commit

Permalink
Version 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 23, 2023
1 parent 0f86fbf commit dbd37b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023052200
versionName = "1.25.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062300
versionName = "1.26.0"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2023062300.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Note linking: you can now link note widgets to files to keep their content in sync
- Added home button as gesture trigger
- Added support for dynamic clock icons in icon packs
- Bug fixes

0 comments on commit dbd37b1

Please sign in to comment.