SecUSo / privacy-friendly-sudoku

Privacy Friendly App to play Sudoku on Android.
https://secuso.org/pfa-sudoku
GNU General Public License v3.0
144 stars 55 forks source link

fix build outside Android Studio #43

Closed Bubu closed 6 years ago

Bubu commented 6 years ago

gradle needs to know where to get the com.android.tools.build:gradle plugin, this is only available form the google() repo now.

Also make ./gradlew executable.