-> v1.7.3(80)
This commit is contained in:
parent
68dbe6a3eb
commit
9a769f4845
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
@ -17,8 +17,8 @@ apply plugin: 'com.google.gms.google-services'
|
||||
|
||||
android {
|
||||
|
||||
def appVersionCode = 79
|
||||
def appVersionName = '1.7.2'
|
||||
def appVersionCode = 80
|
||||
def appVersionName = '1.7.3'
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
|
||||
@ -55,12 +55,12 @@
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
android:id="@+id/toolbar_title_left"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/app_name"
|
||||
android:visibility="gone"
|
||||
android:layout_centerVertical="true"
|
||||
android:gravity="left"
|
||||
android:gravity="start"
|
||||
style="@style/AppTheme.NewMaterial.Text.ToolbarTitle"/>
|
||||
|
||||
<androidx.appcompat.widget.SearchView
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user