diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 202c0ca8..b1141fc2 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,7 +24,7 @@ android { applicationId = "dev.patrickgold.florisboard" minSdkVersion(23) targetSdkVersion(30) - versionCode(37) + versionCode(38) versionName("0.3.11") testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" @@ -47,7 +47,7 @@ android { create("beta") // Needed because by default the "beta" BuildType does not exist named("beta").configure { applicationIdSuffix = ".beta" - versionNameSuffix = "-beta02" + versionNameSuffix = "-beta03" proguardFiles.add(getDefaultProguardFile("proguard-android-optimize.txt")) resValue("mipmap", "floris_app_icon", "@mipmap/ic_app_icon_beta") diff --git a/fastlane/metadata/androidbeta/en-US/changelogs/38.txt b/fastlane/metadata/androidbeta/en-US/changelogs/38.txt new file mode 100644 index 00000000..d89a08f4 --- /dev/null +++ b/fastlane/metadata/androidbeta/en-US/changelogs/38.txt @@ -0,0 +1,7 @@ +- Add "Copied to system clipboard" to crash dialog (#724) +- Fix adaptive theme memory management (#763) + - Adaptive themes are now available again +- Fix keyboard preview visual bugs (#776) +- Fix theme manager buttons not wrapping (#777) +- Fix Double NaN crashes (#774, #790) +- Fix gestures (shift+space and space bar up now work again properly)