Android Debug and release builds work when Gradle 3.3 is in PATH.

This commit is contained in:
Brendon Duncan 2018-09-22 17:45:19 -07:00
commit c661798cd1
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
ext {
ANDROID_SUPPORT_V4_VERSION = '26.1.0'
ANDROID_SUPPORT_ANNOTATIONS_VERSION = '26.1.0'
}
configurations.all {