Merge branch 'release/v1.30.01(319)'

This commit is contained in:
Giuseppe Scorrano 2022-12-12 16:54:23 +01:00
commit 226ce27a5c
3 changed files with 21 additions and 2 deletions

17
.idea/deploymentTargetDropDown.xml generated Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<runningDeviceTargetSelectedWithDropDown>
<Target>
<type value="RUNNING_DEVICE_TARGET" />
<deviceKey>
<Key>
<type value="SERIAL_NUMBER" />
<value value="20119B1E55" />
</Key>
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-12-12T15:40:54.351888Z" />
</component>
</project>

View File

@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 318 def appVersionCode = 319
def appVersionName = '1.30.0' def appVersionName = '1.30.01'
signingConfigs { signingConfigs {
release { release {

View File

@ -89,7 +89,9 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="bottom|end" android:layout_gravity="bottom|end"
android:layout_margin="16dp" android:layout_margin="16dp"
android:onClick="@{() -> view.dispatchOrders()}"
app:srcCompat="@drawable/ic_check_black_24dp" app:srcCompat="@drawable/ic_check_black_24dp"
app:visibility="@{view.fabVisible}"
style="?attr/floatingActionButtonPrimaryStyle" /> style="?attr/floatingActionButtonPrimaryStyle" />
</FrameLayout> </FrameLayout>