Skip to content

Commit ac6a5b4

Browse files
committed
Fixed JitPack build issue for v1.1.3
1 parent e0cd3e4 commit ac6a5b4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/src/main/res/layout-v21/activity_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
</LinearLayout>
464464

465465
<LinearLayout
466-
android:id="@+id/subscription"
466+
android:id="@+id/subscription_offer"
467467
android:layout_width="match_parent"
468468
android:layout_height="wrap_content"
469469
android:layout_marginStart="@dimen/_6sdp"

app/src/main/res/layout/activity_layout.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,15 +478,13 @@
478478
</LinearLayout>
479479

480480
<LinearLayout
481-
android:id="@+id/subscription"
481+
android:id="@+id/subscription_offer"
482482
android:layout_width="match_parent"
483483
android:layout_height="wrap_content"
484484
android:layout_marginStart="@dimen/_6sdp"
485485
android:layout_marginTop="@dimen/_8sdp"
486486
android:layout_marginEnd="@dimen/_6sdp"
487-
android:orientation="vertical"
488-
489-
>
487+
android:orientation="vertical">
490488

491489
<LinearLayout
492490
android:layout_width="match_parent"

0 commit comments

Comments
 (0)