refactor: rename project to "Chom Bev"

This commit is contained in:
2026-07-03 15:26:30 +02:00
parent f90552ed62
commit 8d3da32454
22 changed files with 96 additions and 54 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:name=".GwenedegApp"
android:name=".ChomBevApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
@@ -2,4 +2,4 @@ package fr.ajaury.gwenedeg
import android.app.Application
class GwenedegApp : Application()
class ChomBevApp : Application()
+1 -1
View File
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Gwenedeg</string>
<string name="app_name">Chom Bev</string>
</resources>