minor update

This commit is contained in:
2025-04-28 22:08:55 +02:00
parent 4bfe23e084
commit 10fc0502e4
3 changed files with 2 additions and 1 deletions

1
.idea/misc.xml generated
View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DesignSurface"> <component name="DesignSurface">
<option name="filePathToZoomLevelMap"> <option name="filePathToZoomLevelMap">

View File

@@ -41,6 +41,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
namespace 'fr.svpro.radiomercure' namespace 'fr.svpro.radiomercure'
buildToolsVersion '35.0.0'
} }
dependencies { dependencies {

View File

@@ -40,6 +40,7 @@ import androidx.core.app.ActivityCompat;
import androidx.core.view.GravityCompat; import androidx.core.view.GravityCompat;
import androidx.drawerlayout.widget.DrawerLayout; import androidx.drawerlayout.widget.DrawerLayout;
import com.google.android.datatransport.backend.cct.BuildConfig;
import com.google.android.material.navigation.NavigationView; import com.google.android.material.navigation.NavigationView;
import java.util.Objects; import java.util.Objects;