refactor: update application name and description to 'Pokéguess'

This commit is contained in:
2026-02-02 09:42:07 +01:00
parent c19c543684
commit 93cfaff7df
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="pokedex"
android:label="pokeguess"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity