0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Release v0.3.14-beta09

This commit is contained in:
Patrick Goldinger 2022-02-02 23:46:47 +01:00
parent 8b76c5ce3b
commit 0a430b4b0a
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 23
targetSdk = 31
versionCode = 64
versionCode = 65
versionName = "0.3.14"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -106,7 +106,7 @@ android {
create("beta") // Needed because by default the "beta" BuildType does not exist
named("beta").configure {
applicationIdSuffix = ".beta"
versionNameSuffix = "-beta08"
versionNameSuffix = "-beta09"
proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt"))
resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta")

View File

@ -0,0 +1,4 @@
This release adds a completely new stylesheet editor and the ability to back up and restore your settings/custom
extensions. Some functionality available in beta05 may be missing, please see the detailed changelog for this.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.3.14-beta09