cambios para la nueva version de Google y actualizaciones de flutter

This commit is contained in:
2025-01-31 14:31:42 +01:00
parent 9e221e70fa
commit 2cf910e5a1
15 changed files with 118 additions and 106 deletions

View File

@ -29,7 +29,7 @@ if (flutterVersionName == null) {
}
android {
namespace "com.asociacionador.crcivan"
namespace "com.asociacionador.civan"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
signingConfigs {
@ -48,12 +48,12 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = JavaVersion.VERSION_17
}
sourceSets {
@ -62,7 +62,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.asociacionador.crcivan"
applicationId "com.asociacionador.civan"
// 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,8 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.flutter_project">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="crcivan"
android:label="CRCivan"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round">

View File

@ -1,4 +1,4 @@
package com.asociacionador.crcivan
package com.asociacionador.civan
import io.flutter.embedding.android.FlutterActivity