Version 1.36.0

This commit is contained in:
MM20 2025-05-03 17:36:35 +02:00
parent efe250cd32
commit 06095a75ab
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 6 additions and 2 deletions

View File

@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025042101
versionName = "1.35.4"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025050300
versionName = "1.36.0"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1,4 @@
- Add Tasks integration
- The plugin is now deprecated
- Add Breezy Weather integration
- The plugin is now deprecated