Version 1.26.3
This commit is contained in:
parent
175af58f85
commit
f99c404e7c
@ -27,7 +27,7 @@ android {
|
||||
minSdk = sdk.versions.minSdk.get().toInt()
|
||||
targetSdk = sdk.versions.targetSdk.get().toInt()
|
||||
@SuppressLint("HighAppVersionCode")
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062500
|
||||
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023071200
|
||||
versionName = "1.26.3"
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
- Improve bidirectional scroll handling in pager layout
|
||||
- Change themed icons scaling to match platform style
|
||||
- Bug fixes
|
||||
Loading…
x
Reference in New Issue
Block a user