Skip to content

Commit

Permalink
Remove deprecated spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs committed Jun 22, 2022
1 parent 2e3ea20 commit 360afb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

def versionMajor = 2
def versionMinor = 0
def versionPatch = 1
def versionPatch = 2
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

</FrameLayout>

<androidx.legacy.widget.Space
<View
android:layout_width="@dimen/mi_baseline"
android:layout_height="wrap_content" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

</FrameLayout>

<androidx.legacy.widget.Space
<View
android:layout_width="@dimen/mi_baseline"
android:layout_height="wrap_content" />

Expand Down

0 comments on commit 360afb6

Please sign in to comment.