SecUSo / privacy-friendly-shopping-list

Privacy Friendly App to create and manage shoppings lists on Android devices.
Apache License 2.0
63 stars 37 forks source link

Gradle 2.10 Incompatible with Android Studio 2022.3 #104

Open ForrestHerman opened 11 months ago

ForrestHerman commented 11 months ago

When cloning this project and opening it in the latest version of Android Studio (as of writing this) the below Sync message is displayed

  Unsupported Gradle. 
  The project uses Gradle 2.10 which is incompatible with Android Studio 2022.3.

  Possible solution:
   - Upgrade Gradle wrapper to 3.0 version and re-import the project

What is the newest version of Android Studio that is recommended for developing this application?

jahway603 commented 8 months ago

@ForrestHerman try the command in https://github.com/SecUSo/privacy-friendly-shopping-list/issues/110 to see if that helps you build this with Android Studio. I'm able to build with a newer version of Android Studio after running that command first.