Skip to content

Commit 173b9be

Browse files
Merge pull request #246 from Ayush0Chaudhary/copilot/fix-241
update the version
2 parents 054e6bb + 442f1a9 commit 173b9be

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,19 @@
7171
android:text="Panda's Memories"
7272
android:textColor="@android:color/white"
7373
android:textSize="16sp" />
74+
<TextView
75+
android:id="@+id/triggersButton"
76+
android:layout_width="match_parent"
77+
android:layout_height="wrap_content"
78+
android:layout_marginTop="16dp"
79+
android:background="@drawable/rounded_button"
80+
android:clickable="true"
81+
android:focusable="true"
82+
android:gravity="center"
83+
android:padding="12dp"
84+
android:text="Triggers"
85+
android:textColor="@android:color/white"
86+
android:textSize="16sp" />
7487

7588
<TextView
7689
android:id="@+id/saveKeyButton"

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Do not modify manually - use Gradle tasks to update versions
44

55
# Current version code (integer - increments by 1 each release)
6-
VERSION_CODE=13
6+
VERSION_CODE=18
77

88
# Current version name (semantic version - increments patch number each release)
9-
VERSION_NAME=1.0.13
9+
VERSION_NAME=1.0.18

0 commit comments

Comments
 (0)