From be7293367d18cdbb8a47b9ca6f5a4384d74516bf Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 14 Aug 2022 16:34:28 +0200 Subject: [PATCH] mystery bugfixes --- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- .../com/example/slothmu/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 ++--- lib/business_logic/auth/oauth.dart | 26 ++++++++++++------- lib/business_logic/settings.dart | 3 +++ lib/business_logic/timeline/timeline.dart | 6 +++++ lib/pages/settings/account.dart | 8 +++--- linux/CMakeLists.txt | 2 +- macos/Runner/Configs/AppInfo.xcconfig | 4 +-- windows/runner/Runner.rc | 4 +-- 13 files changed, 44 insertions(+), 25 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index b650a47..b741199 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.loris" + applicationId "kittycat.homes.loris" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index e74fc66..d4be3e2 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="kittycat.homes.loris">