Version 1.26.3

This commit is contained in:
MM20
2023-07-12 18:51:38 +02:00
parent 175af58f85
commit f99c404e7c
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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