Gradle project sync failed not sure why

After setting up my new GeoQuiz project according to the instructions, when I click finish on the new project wizard I get 5 errors from the initial attempt at Gradle project sync.

Unable to resolve dependency for ‘:app@debug/compileClasspath’: Could not resolve com.android.support.constraint:constraint-layout:1.1.3.

Unable to resolve dependency for ‘:app@debugAndroidTest/compileClasspath’: Could not resolve com.android.support.constraint:constraint-layout:1.1.3.

After updating Android Studio and digging through tons of errors I found a link that took me to the missing gradle patch. Now it is building properly!