Version 1.27.1

This commit is contained in:
MM20
2023-09-08 18:24:38 +02:00
parent c7f8f31d73
commit 9b2529acb4
3 changed files with 4 additions and 3 deletions
+2 -2
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")
}
@@ -0,0 +1 @@
- Fix bottom sheet / popup related issues
@@ -97,7 +97,7 @@ data class AdaptiveIconDrawableCompat(
} catch (e: IOException) {
return null
} catch (e: XmlPullParserException) {
return nullg
return null
} finally {
xmlParser?.close()
}