azizkayumov / flashcard-maker-android

Flashcard Maker is an android app that allows you to create and import e-flashcards for convenient, paperless studying.
https://play.google.com/store/apps/details?id=com.piapps.flashcardpro
GNU General Public License v2.0
63 stars 22 forks source link

Android Gradle Plugin Update Recommended #16

Closed Engineerator closed 2 years ago

Engineerator commented 4 years ago

When I open the project in Android Studio I get a notification for a Android Gradle Plugin Update. Updating the Gradle plugin causes the app to crash when it runs on a phone. Do you know what causes this and how to fix this?

Here is the exact message: "To take advantage of the latest features, improvements, and security fixes, we strongly recommend that you update the Android Gradle plugin from the current version 3.4.1 to version 3.6.2 and Gradle to version 5.6.4. Release notes"

azizkayumov commented 2 years ago

Updated the gradle version to 7.0.2 in the last commit. I tried to build the app in a different PC and was able to run it without crash on emulator. Let me know if it works for you.

Engineerator commented 2 years ago

I checked as well and it works perfectly! Thank you very much!