Skip to content

Commit

Permalink
Fixed JitPack build issue for v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moisoni97 committed Sep 9, 2023
1 parent e0cd3e4 commit ac6a5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-v21/activity_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
</LinearLayout>

<LinearLayout
android:id="@+id/subscription"
android:id="@+id/subscription_offer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/_6sdp"
Expand Down
6 changes: 2 additions & 4 deletions app/src/main/res/layout/activity_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,15 +478,13 @@
</LinearLayout>

<LinearLayout
android:id="@+id/subscription"
android:id="@+id/subscription_offer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/_6sdp"
android:layout_marginTop="@dimen/_8sdp"
android:layout_marginEnd="@dimen/_6sdp"
android:orientation="vertical"

>
android:orientation="vertical">

<LinearLayout
android:layout_width="match_parent"
Expand Down

0 comments on commit ac6a5b4

Please sign in to comment.