This commit is contained in:
JMARyA 2024-10-07 21:48:48 +02:00
parent d21554cddc
commit b13b385cb7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 84 additions and 70 deletions

View file

@ -41,8 +41,7 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.cdb_ui"
applicationId "de.hydrar.red.cdb"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion

View file

@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="cdb_ui"
android:label="CDB"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity