Version 1.27.1
This commit is contained in:
parent
c7f8f31d73
commit
9b2529acb4
@ -31,8 +31,8 @@ android {
|
|||||||
minSdk = sdk.versions.minSdk.get().toInt()
|
minSdk = sdk.versions.minSdk.get().toInt()
|
||||||
targetSdk = sdk.versions.targetSdk.get().toInt()
|
targetSdk = sdk.versions.targetSdk.get().toInt()
|
||||||
@SuppressLint("HighAppVersionCode")
|
@SuppressLint("HighAppVersionCode")
|
||||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023082700
|
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023090800
|
||||||
versionName = "1.27.0"
|
versionName = "1.27.1"
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
- Fix bottom sheet / popup related issues
|
||||||
@ -97,7 +97,7 @@ data class AdaptiveIconDrawableCompat(
|
|||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
return null
|
return null
|
||||||
} catch (e: XmlPullParserException) {
|
} catch (e: XmlPullParserException) {
|
||||||
return nullg
|
return null
|
||||||
} finally {
|
} finally {
|
||||||
xmlParser?.close()
|
xmlParser?.close()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user