-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with AndroidX #66
Comments
Tested with the below;
get the below error ...
|
I think the issue is related to the android.support Library:
As this Library has not been Migrated to AndroidX which uses:
as apposed to the Library using currently
|
I have pushed commit to Forked version to be compatible with AndroidX and tested. |
ReActiveAndroid Version:
Latest
Bug or Feature Request:
Bug
Description:
Issue with ReActiveAndroid compatibility with AndroidX or SDK Version
AndroidX
compileSdkVersion 28
minSdkVersion 21
targetSdkVersion 28
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.vectordrawable:vectordrawable:1.0.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
error when save()
error when select()
The text was updated successfully, but these errors were encountered: