Finish v1.17.8(228)

This commit is contained in:
Giuseppe Scorrano 2021-07-21 17:49:29 +02:00
commit 0404863e3d
4 changed files with 6 additions and 10 deletions

View File

@ -6,8 +6,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 227
def appVersionName = '1.17.7'
def appVersionCode = 228
def appVersionName = '1.17.8'
signingConfigs {
release {

View File

@ -29,7 +29,8 @@
android:layout_gravity="center_horizontal"
android:orientation="vertical"
app:cardCornerRadius="12dp"
app:cardElevation="0dp">
app:cardElevation="0dp"
android:background="@android:color/white">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -22,7 +22,8 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@android:color/white">
<androidx.appcompat.widget.Toolbar