Esri / mapbook-android

App to replace paper maps for field work
Apache License 2.0
12 stars 13 forks source link

Update Constraint Library lib #20

Closed doneill closed 7 years ago

doneill commented 7 years ago

App build script not using root project variable for constraint lib. Version can be updated to 1.0.2 as shown below:

Project build.gradle

constraintLayout = '1.0.2'

App module build.gradle

compile 'com.android.support.constraint:constraint-layout:1.0.2'
doneill commented 7 years ago

Verified fixed