openmobilehub / android-omh-auth

Apache License 2.0
4 stars 1 forks source link

Publish on Maven/Jitpack #83

Closed VishnuSanal closed 5 months ago

VishnuSanal commented 5 months ago

publishing on popular repositories makes it much easier to integrate OMH SDKs to existing applications. or, please correct me is there is a specific reason this is not done in the first place?

for eg: Spotless on Maven / Retrofit on Jitpack.

dzuluaga commented 5 months ago

The link in #84 should provide this context with implementation along with the coordinates to reference the artifacts from Maven central.

dzuluaga commented 5 months ago

Closing this issue. Feel free to reply if it wasn't addressed.

dzuluaga commented 5 months ago

Hey @VishnuSanal to elaborate on my previous response. I was able to include the dependencies with no issues. Let me know if you're still facing the same issue.

    implementation("com.openmobilehub.android.auth:plugin-google-gms:2.0.0")
    implementation("com.openmobilehub.android.auth:plugin-google-non-gms:2.0.0")