makeplane / plane-mobile

📱 🛫 🔥 Mobile App of Plane. Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
GNU Affero General Public License v3.0
165 stars 52 forks source link

Improve support for Android Embedding V2. #156

Open nikeight opened 10 months ago

nikeight commented 10 months ago

As per the documentation: https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects

To resolve the Deprecated Embedding 1 warning, have made changes to the Android Manifest file and Removed the emptyMainActivity.kt file.

Is it possible to remove the debug signing config block from the App layer build.gradle file? By default when we run the Flutter project on an Android Dev it builds at debug mode, which doesn't require keychain information.