Spikeysanju / Einsen

🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Apache License 2.0
912 stars 79 forks source link

Autofill urgency and importance by priority #83

Closed yogeshpaliyal closed 2 years ago

yogeshpaliyal commented 2 years ago

Urgency and importance will be pre-filled based on add tasks are performed from which screen.

This commit changes included.

Upgraded AGP to 7.1.0-beta01 because required in latest android studio Bumblebee.

Lint attribute change isCheckReleaseBuild to checkReleaseBuilds & isAbortOnError to abortOnError, because not found

fix #81

yogeshpaliyal commented 2 years ago

@Spikeysanju can you please have a look, and approve the workflow if everything is okay.

yogeshpaliyal commented 2 years ago

Thanks @Spikeysanju