-
-
Notifications
You must be signed in to change notification settings - Fork 302
Migrate to AndroidX #430
Migrate to AndroidX #430
Conversation
- Switch away from deprecated compile directive - Remove explicit buildToolsVersion, is defined by the gradle plugin now - Fix build in SelectFolderActivity Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
👍 |
On it |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
https://developer.android.com/jetpack/androidx/ Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
The build failure apparently needs a cache flush over at Travis-CI since I can't reproduce it on a clean VM. |
@MSF-Jarvis there are some conflicts. I'll take a look at travis later today. |
I'll go rebase this |
I also took the liberty to sort some imports in |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Build should be fixed with this. |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Nice! I didn't know about Jetpack, seems that it improves the code readability. Let @zidhuss know when you're ok with your changes, so that he can test them. |
@zeapo I'm done here, no more changes coming into this branch. Further contributuons will be in separate PRs. |
Looks good to me. Thanks for your contribution @MSF-Jarvis ! |
Depends on #429, I've split the PRs in case AndroidX migration is not on the cards for now.