diff --git a/circle_app/android/app/build.gradle b/circle_app/android/app/build.gradle index 01aad7e..a274f5f 100644 --- a/circle_app/android/app/build.gradle +++ b/circle_app/android/app/build.gradle @@ -42,9 +42,23 @@ android { main.java.srcDirs += 'src/main/kotlin' } + signingConfigs { + debug { + storeFile file('../leyuan.jks') + storePassword 'leyuan' + keyAlias = 'leyuan' + keyPassword 'leyuan' + } + release { + storeFile file('../leyuan.jks') + storePassword 'leyuan' + keyAlias = 'leyuan' + keyPassword 'leyuan' + } + } defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.circle_app" + applicationId "com.leyuan.app" // 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 21 diff --git a/circle_app/android/app/src/debug/AndroidManifest.xml b/circle_app/android/app/src/debug/AndroidManifest.xml index 821e151..e5058a4 100644 --- a/circle_app/android/app/src/debug/AndroidManifest.xml +++ b/circle_app/android/app/src/debug/AndroidManifest.xml @@ -1,8 +1,9 @@ + package="com.leyuan.app"> diff --git a/circle_app/android/app/src/main/AndroidManifest.xml b/circle_app/android/app/src/main/AndroidManifest.xml index e8618c7..66e1bb1 100644 --- a/circle_app/android/app/src/main/AndroidManifest.xml +++ b/circle_app/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.leyuan.app"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..c4a603d --- /dev/null +++ b/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..c4a603d --- /dev/null +++ b/circle_app/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index 5f08815..2a7abab 100644 Binary files a/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..2093374 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 0000000..50a9c1f Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 6577fab..9255724 100644 Binary files a/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..2e82618 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 0000000..227955a Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 9f7d6b7..020ffa0 100644 Binary files a/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..7f8abd5 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000..6b05b06 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 37ed79a..7296a78 100644 Binary files a/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..7904ee7 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..3ab10ac Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 011d0c7..238068d 100644 Binary files a/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png new file mode 100644 index 0000000..6f0f1af Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000..c6b93b8 Binary files /dev/null and b/circle_app/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/circle_app/android/app/src/profile/AndroidManifest.xml b/circle_app/android/app/src/profile/AndroidManifest.xml index 821e151..6e1e4f4 100644 --- a/circle_app/android/app/src/profile/AndroidManifest.xml +++ b/circle_app/android/app/src/profile/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.leyuan.app">