mhmzdev / the-holy-quran-app

Holy Qur'an Application. Developed using Flutter
https://play.google.com/store/apps/details?id=com.hmz.al_quran&pli=1
MIT License
808 stars 207 forks source link

build.gradle' line: 56 #3

Closed wafahas closed 3 years ago

wafahas commented 3 years ago

FAILURE: Build failed with an exception.

BUILD FAILED in 6s Exception: Gradle task assembleDebug failed with exit code 1

shameemreza commented 3 years ago

remove these from build.gradle:

signingConfigs { release { storeFile file(keystoreProperties['storeFile']) storePassword keystoreProperties['storePassword'] keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] } }

wafahas commented 3 years ago

could you please provide me with the textbook or course that can help me to build like your app

On Tue, Feb 9, 2021 at 6:31 PM Shameem Reza notifications@github.com wrote:

remove these from build.gradle:

signingConfigs { release { storeFile file(keystoreProperties['storeFile']) storePassword keystoreProperties['storePassword'] keyAlias keystoreProperties['keyAlias'] keyPassword keystoreProperties['keyPassword'] } }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/m-hamzashakeel/The_Holy_Quran_App/issues/3#issuecomment-776066510, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDGW4VH6NLARSQST2DEMF3S6FPMRANCNFSM4XJI6VIQ .

mhmzdev commented 3 years ago

@wafahas If you are looking for a guide you can use this https://github.com/m-hamzashakeel/Flutter-Roadmap-and-Resources-Guide i have mentioned a detailed article in the start which might help you as well :) Good luck

shameemreza commented 3 years ago

You will get lot of good course out there. Most of the best resources are mentioned in @m-hamzashakeel roadmap guide. You also may check on YouTube as well.