diff --git a/app/build.gradle b/app/build.gradle index db16d74eb2..8227ff53eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1947 - versionName "0.19.47" + versionCode 1948 + versionName "0.19.48" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/app/src/main/res/layout/item_team_list.xml b/app/src/main/res/layout/item_team_list.xml index 3daeef6f08..72252522f8 100644 --- a/app/src/main/res/layout/item_team_list.xml +++ b/app/src/main/res/layout/item_team_list.xml @@ -98,7 +98,6 @@ android:padding="12dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_weight="1" - app:layout_constraintStart_toEndOf="@id/edit_team" app:layout_constraintTop_toTopOf="parent" app:layout_goneMarginStart="0dp" app:tint="@color/daynight_textColor" />