Gradle Sync Does Not Work In Later Versions
On attempting to sync 0.1.0 or 0.2.0 over gradle in Android Studio, I get an error that the android-oauth-client "uses libraries when it is not a library itself". Sync works fine on the earlier version of 0.0.3 I am attempting to grab a later version to get fullscreen support for the dialog.
Apparently this bug only happens with support libraries after 20.0.0 If you downrev to 19.1.+ the error goes away. However, definitely still an issue moving forward.
I believe that the fix is to change the packaging in the pom.xml to aar instead of jar
blocking me from using 0.4.5...
issue appears as from 0.0.6!
details: compileSdkVersion 22 buildToolsVersion "22.0.1"