From 752f37fb433de638af0284decbff5bce6effb384 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 10 May 2026 20:23:04 +0200 Subject: [PATCH] Fix input width style in optional-profile-form by enforcing `!w-20` class --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fb05c234..76c99cd9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.compassconnections.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 106 - versionName "1.23.0" + versionCode 107 + versionName "1.24.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.