You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
consider updating How to get Started section of the Readme.
Update gradle and maven sections with latest version number instead of x.y.z
This is a change of 2 lines on every release...
further consider that compile is deprecated in future releases of the android gradle plugin - maybe add the corresponding implementation maybe as: For tools com.android.tools.build:gradle:3.0.0 use implementation 'com.xing.api:api-client:2.1.5'
thx in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
consider updating How to get Started section of the Readme.
Update gradle and maven sections with latest version number instead of
x.y.z
This is a change of 2 lines on every release...
further consider that
compile
is deprecated in future releases of the android gradle plugin - maybe add the correspondingimplementation
maybe as:For tools
com.android.tools.build:gradle:3.0.0
useimplementation 'com.xing.api:api-client:2.1.5'
thx in advance
The text was updated successfully, but these errors were encountered: