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
- Host: GitHub
- URL: https://github.com/wordpress-mobile/wordpress-login-flow-android
- Owner: wordpress-mobile
- License: gpl-2.0
- Archived: true
- Created: 2017-10-16T08:14:17.000Z (over 8 years ago)
- Default Branch: trunk
- Last Pushed: 2025-02-06T11:22:47.000Z (about 1 year ago)
- Last Synced: 2025-03-07T17:48:39.596Z (12 months ago)
- Language: Java
- Size: 2.05 MB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).