fix: update version code and name in build.gradle; adjust Modal component in ShareRoomPicker
This commit is contained in:
@@ -27,8 +27,8 @@ android {
|
|||||||
applicationId "com.paarrot.app"
|
applicationId "com.paarrot.app"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 1778632712
|
versionCode 1778632862
|
||||||
versionName "2026-05-13.003832.344"
|
versionName "2026-05-13.004102.796"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ export function ShareRoomPicker({ share, onPick, onDismiss }: ShareRoomPickerPro
|
|||||||
escapeDeactivates: stopPropagation,
|
escapeDeactivates: stopPropagation,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Modal size="300" style={{ maxWidth: '280px', maxHeight: 'fit-content' }}>
|
<Modal style={{ maxWidth: '280px' }}>
|
||||||
<Box direction="Column" gap="100" style={{ padding: config.space.S300 }}>
|
<Box direction="Column" gap="100" style={{ padding: config.space.S300 }}>
|
||||||
<Box direction="Column" gap="100">
|
<Box direction="Column" gap="100">
|
||||||
<Text size="H4">Share to {isDm ? 'Person' : 'Room'}?</Text>
|
<Text size="H4">Share to {isDm ? 'Person' : 'Room'}?</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user