We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f685006 commit 2889317Copy full SHA for 2889317
app/build.gradle
@@ -38,7 +38,7 @@ android {
38
minSdkVersion 21
39
targetSdkVersion 29
40
versionCode 24
41
- versionName "2.4.0"
+ versionName "2.4.1"
42
43
externalNativeBuild {
44
cmake {
app/src/main/res/layout/activity_main.xml
@@ -150,9 +150,9 @@
150
android:layout_marginTop="8dp"
151
android:background="@drawable/mybutton"
152
android:fontFamily="@font/rubik_medium"
153
- android:text="404 Status Code Error"
+ android:text="404 HTTP Error"
154
android:textAllCaps="false"
155
- android:textColor="#FFFFFF" />
+ android:textColor="#FFFF" />
156
157
</LinearLayout>
158
0 commit comments