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

Release v0.3.14-beta08

This commit is contained in:
Patrick Goldinger 2022-01-05 22:25:45 +01:00
parent d8e7f686ff
commit e0ae0abda2
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 23
targetSdk = 30
versionCode = 63
versionCode = 64
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 = "-beta07"
versionNameSuffix = "-beta08"
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 re-implements custom themes (atm as import of stylesheets, an in-app UI will come
in beta09). 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-beta08