MycroftAI / Mycroft-Android

Android companion app, sends commands from your Android device to your Mycroft system and returns the output as speech or other medium to the Android device.
GNU General Public License v3.0
351 stars 130 forks source link

Updating Gradle wrapper for Java 11 support #73

Closed Sonderful closed 5 years ago

Sonderful commented 5 years ago

Changes

Information

If you have JDK 11 installed you will get the following error with the current version of the Gradle wrapper for this project (4.2):

Could not determine java version from '11'

If you upgrade to Gradle-4.10 you'll get the following error with the wear dependency:

Project depends on com.google.android.support:wearable:2.0.0-alpha2, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.0.0-alpha2

Please note that the compileOnly and implementation dependencies are slightly different.

skraynick commented 5 years ago

Please pull the latest changes and I am happy to check.