1- icon launcher
2- change package name
This commit is contained in:
2025-06-07 12:33:16 +03:30
parent 288915b354
commit 4ce059be1c
35 changed files with 64 additions and 136 deletions

View File

@@ -5,7 +5,7 @@ plugins {
}
android {
namespace = "com.hoshomandsazan.rasadyar_app"
namespace = "ir.mnpc.rasadyar"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973"
@@ -19,7 +19,7 @@ android {
}
defaultConfig {
applicationId = "com.hoshomandsazan.rasadyar_app"
applicationId = "ir.mnpc.rasadyar"
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode

View File

@@ -4,9 +4,9 @@
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<application
android:label="rasadyar_app"
android:label="رصــدیـار"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
android:exported="true"

View File

@@ -1,4 +1,4 @@
package com.hoshomandsazan.rasadyar_app
package هir.mnpc.rasadyar
import io.flutter.embedding.android.FlutterActivity

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB