Skip to content

Commit

Permalink
properly close the xml tag for version name
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a authored Apr 25, 2024
1 parent 3cefa54 commit dbd34c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.celzero.bravedns"
android:versionCode="38"
android:versionName="v055g> <!-- 38(v055g) -->
android:versionName="v055g"> <!-- 38(v055g) -->

<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
Expand Down

0 comments on commit dbd34c5

Please sign in to comment.