Skip to content

Commit 0a4b13f

Browse files
committed
Nombre de app cambiado en AndroidManifest.xml
1 parent 667821a commit 0a4b13f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<activity
1515
android:name=".MainActivity"
1616
android:exported="true"
17-
android:label="@string/by_d4vram"
17+
android:label="@string/app_name"
1818
android:theme="@style/Theme.NowPlayingExporterPy" >
1919
<intent-filter>
2020
<action android:name="android.intent.action.MAIN" />
@@ -27,4 +27,4 @@
2727
android:resource="@array/preloaded_fonts" />
2828
</application>
2929

30-
</manifest>
30+
</manifest>

0 commit comments

Comments
 (0)