Skip to content

Commit 0fadc17

Browse files
committed
Version 0.1.5
Carries the first-launch welcome tutorial (3-card bottom sheet with setup handoff) and the external-link fix that routes target=_blank and window.open out to the system browser.
1 parent e2757ab commit 0fadc17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surfaces/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
// the bare marketing version (store UIs already show the versionCode in parens, so
5858
// baking the build number into the name would just display it twice).
5959
versionName = providers.environmentVariable("ANDROID_VERSION_NAME").orNull?.takeIf { it.isNotBlank() }
60-
?: localProperties.getProperty("versionName", "0.1.4")
60+
?: localProperties.getProperty("versionName", "0.1.5")
6161
buildConfigField(
6262
"String",
6363
"GOOGLE_OAUTH_CLIENT_ID",

0 commit comments

Comments
 (0)