janishar / android-mvp-architecture

This repository contains a detailed sample app that implements MVP architecture using Dagger2, GreenDao, RxJava2, FastAndroidNetworking and PlaceholderView

Home Page:https://janisharali.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Login not working on android 10

rishab247 opened this issue · comments

I am Unable to login
phone Nokia 8.1
android version 10

device-2019-11-09-184154

provide more info !

This is because it has "http" protocol used. Open module gradle file and set "https" instead. From Android 9 and onwards, plaintext communication is prevented.