Updated app configurations

This commit is contained in:
Moe Poi ~ 2021-08-24 22:19:40 +07:00
parent 8cedd28d02
commit 04d753bbe8
3 changed files with 4 additions and 4 deletions

View file

@ -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()

View file

@ -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"

View file

@ -468,4 +468,4 @@
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}
}