Packege and app name change to math matrix

This commit is contained in:
Mehul Makwana
2020-04-30 11:58:06 +05:30
parent 051e0ee6cf
commit fb7733da38
7 changed files with 11 additions and 11 deletions

View File

@ -38,7 +38,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.nividata.mathgame"
applicationId "com.nividata.mathmatrix"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nividata.mathgame">
package="com.nividata.mathmatrix">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nividata.mathgame">
package="com.nividata.mathmatrix">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide
@ -7,10 +7,10 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="mathgame"
android:label="Math Matrix"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:name="com.nividata.mathmatrix.MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

View File

@ -1,4 +1,4 @@
package com.nividata.mathgame
package com.nividata.mathmatrix
import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterActivity

View File

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nividata.mathgame">
package="com.nividata.mathmatrix">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->