An open API service indexing awesome lists of open source software.

https://github.com/wordpress-mobile/wordpress-login-flow-android

Pluggable WordPress login flow for Android
https://github.com/wordpress-mobile/wordpress-login-flow-android

Last synced: 10 months ago
JSON representation

Pluggable WordPress login flow for Android

Awesome Lists containing this project

README

          

# 🚨 Repository Archived 🚨

> [!WARNING]
> **This repository has been archived** because its functionality has been merged into its only two former clients: [WordPress/Jetpack](https://github.com/wordpress-mobile/WordPress-Android) and [WooCommerce](https://github.com/woocommerce/woocommerce-android). Future development will continue in those repositories.

---

# WordPress-Login-Flow-Android

A pluggable WordPress login flow for Android.

## Usage

```groovy
repositories {
maven { url "https://a8c-libs.s3.amazonaws.com/android" }
}
dependencies {
implementation ("org.wordpress:login:$version")
}
```

## License

WordPress-Login-Flow-Android is an Open Source project covered by the
[GNU General Public License version 2](LICENSE.md).