0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00

Release v0.4.0-alpha04

This commit is contained in:
Patrick Goldinger 2022-09-01 20:35:07 +02:00
parent d29859c6b3
commit 31a01c8d39
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262
2 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,7 @@ android {
applicationId = "dev.patrickgold.florisboard"
minSdk = 24
targetSdk = 31
versionCode = 89
versionCode = 90
versionName = "0.4.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@ -137,7 +137,7 @@ android {
create("beta") {
applicationIdSuffix = ".beta"
versionNameSuffix = "-alpha03"
versionNameSuffix = "-alpha04"
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
isMinifyEnabled = true

View File

@ -0,0 +1,3 @@
Small hotfix release which addresses some crashes and bugs introduced with the previous alpha release.
Detailed changelog: https://github.com/florisboard/florisboard/releases/tag/v0.4.0-alpha04