Version 1.27.1

This commit is contained in:
MM20 2023-09-08 18:24:03 +02:00
parent c7f8f31d73
commit 9b2529acb4
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 4 additions and 3 deletions

View File

@ -31,8 +31,8 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023082700
versionName = "1.27.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023090800
versionName = "1.27.1"
signingConfig = signingConfigs.getByName("debug")
}

View File

@ -0,0 +1 @@
- Fix bottom sheet / popup related issues

View File

@ -97,7 +97,7 @@ data class AdaptiveIconDrawableCompat(
} catch (e: IOException) {
return null
} catch (e: XmlPullParserException) {
return nullg
return null
} finally {
xmlParser?.close()
}