Version 1.36.1
This commit is contained in:
parent
2267fac67f
commit
269c107a8e
@ -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() ?: 2025050300
|
||||
versionName = "1.36.0"
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2025050301
|
||||
versionName = "1.36.1"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
- Add Tasks integration
|
||||
- The plugin is now deprecated
|
||||
- Add Breezy Weather integration
|
||||
- The plugin is now deprecated
|
||||
Loading…
x
Reference in New Issue
Block a user