Version 1.26.0

This commit is contained in:
MM20 2023-06-23 18:53:18 +02:00
parent 0f86fbfb0c
commit dbd37b1aeb
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 6 additions and 2 deletions

View File

@ -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")
}

View File

@ -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