tzutalin / dlib-android-app

:dragon: Android app to demo dlib-android(https://github.com/tzutalin/dlib-android). Use the prebuilt shared-lib built from dlib-android
Apache License 2.0
678 stars 246 forks source link

Fixed mismatched support library versions. #29

Closed MPomeroy closed 7 years ago

MPomeroy commented 7 years ago

One of the support library imports isn't referencing the rootProject scoped androidSupportSdkVersion variable, and the support library versions have diverged. This seems like the cause of issue https://github.com/tzutalin/dlib-android-app/issues/27 (a commenter seems to have fixed it another way, but that fix doesn't work for me).

tzutalin commented 7 years ago

Thx~