-
Notifications
You must be signed in to change notification settings - Fork 1.3k
migrate anko commons(include v4, v7) to androidx #735
base: master
Are you sure you want to change the base?
Conversation
build.gradle
Outdated
ext.androidx_legacy_version = '1.0.0' | ||
ext.androidx_appcompat_version = "1.0.2" | ||
ext.androidx_annotation_version = '1.0.2' | ||
ext.androidx_constrainlayout_version = "1.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: androidx_constraintlayout_version - but also, for my own edification, are these actually used anywhere? I don't see them referenced anywhere else but I may be missing something...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
somehow, I forget to change the constraint-layout module...
already added now
I'd really appreciate seeing this pull request merged and released! |
seems like Anko project is dead, IntelliJ have no interest in this open source project |
@jlberrocal is this official ? Would be nice if at least this pull request is merged, if not deployed to another repo |
is not official, but if you take a look to the last change date you can infer so. |
If you want to update anko to androidx, you must also update generator. Regenerate all apis and update tests. |
I think anko is already deprecated, since google has produced android-ktx. |
As a know, the maintainers has no time for it - they all are littered with work and other projects. I'm trying to do something with generator, but it has some underwater rocks. This pr may be usefull in a future |
No description provided.