OpenYOLO packages available in jcenter

12 views
Skip to first unread message

Iain McGinniss

unread,
Jun 8, 2017, 3:00:45 PM6/8/17
to oidf-account...@googlegroups.com
The OpenYOLO for Android libraries are now available in JCenter, which should makes things much easier for apps and providers to use the library. To use them, first add JCenter as a dependency source:

repositories {
  jcenter()
}

Then, to add the API for use in an app:

dependencies {
  // ...
  compile 'net.openid:openyolo-api:0.1.1'
}

Or, to add the SPI:

dependencies {
  // ...
  compile 'net.openid:openyolo-spi:0.1.1'
}

The transitive dependencies to BBQ and the protocol shared definitions should be automatically resolved.

Even though this is a 0.x.y release, I still plan to roughly follow the guidance of semantic versioning: anything that changes APIs will result in a minor digit bump, bug fixes only will result in a patch version bump (where the format is MAJOR.MINOR.PATCH). I'll notify this list of new releases for now, but I'll soon create an openyolo-announce list for this purpose (and also for security advisories, should any security incidents happen in future).

Iain

stan....@dashlane.com

unread,
Jun 9, 2017, 8:50:16 AM6/9/17
to OIDF Account Chooser list
Very cool Iain! Thanks.

Michael Verde

unread,
Jun 9, 2017, 12:09:36 PM6/9/17
to oidf-account...@googlegroups.com
I was very happy to remove the module dependencies from 1Password and replace them with the single SPI compile statement. One thing I noticed in the process was that the reverse domain seems to be org.openyolo rather than net.openid. Do we want to change this to match the OpenID domain?

--

---
You received this message because you are subscribed to the Google Groups "OIDF Account Chooser list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oidf-account-choos...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Iain McGinniss

unread,
Jun 9, 2017, 8:12:43 PM6/9/17
to oidf-account...@googlegroups.com
There's a bunch of package confusion across the modules, BBQ also uses com.google. If you are all OK with the disruption I can refactor everything to net.openid.

To unsubscribe from this group and stop receiving emails from it, send an email to oidf-account-chooser-list+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

---
You received this message because you are subscribed to the Google Groups "OIDF Account Chooser list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oidf-account-chooser-list+unsub...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages