Skip to content

Commit 2889317

Browse files
committed
merging layout changes and adding new release
1 parent f685006 commit 2889317

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
minSdkVersion 21
3939
targetSdkVersion 29
4040
versionCode 24
41-
versionName "2.4.0"
41+
versionName "2.4.1"
4242

4343
externalNativeBuild {
4444
cmake {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@
150150
android:layout_marginTop="8dp"
151151
android:background="@drawable/mybutton"
152152
android:fontFamily="@font/rubik_medium"
153-
android:text="404 Status Code Error"
153+
android:text="404 HTTP Error"
154154
android:textAllCaps="false"
155-
android:textColor="#FFFFFF" />
155+
android:textColor="#FFFF" />
156156

157157
</LinearLayout>
158158

0 commit comments

Comments
 (0)