Updated app configurations
This commit is contained in:
parent
8cedd28d02
commit
04d753bbe8
3 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||
applicationId "com.example.easy_learn"
|
||||
applicationId "dev.moepoi.easy_learn"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<application
|
||||
android:label="easy_learn"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
android:label="Easy Learn"
|
||||
android:icon="@mipmap/launcher_icon">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
|
|
|
@ -468,4 +468,4 @@
|
|||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue