I have an older project. However, a lot of functionality doesn't work anymore. However I want to use it, without changing much. How can I still use the old library?
Asked
Active
Viewed 53 times
0
-
It is time to migrate to androidx. You can still use the old support libraries but pay attention to other dependencies like firebase or google play services that require androidx migration. – Gabriele Mariotti Feb 27 '20 at 16:22
-
Ok, but is there a workaround in build.gradle to still use support-v4 implementations? – Jomme Feb 27 '20 at 16:28
-
Just leave the support libraries dependencies. It is only a warning. – Gabriele Mariotti Feb 27 '20 at 17:17
1 Answers
0
It is simple Select 4.x SDK building tools it will use old library and old gradle And select target Android 28 from structures to publish it on playstore **Note: You must install 4.x SDK before do that or will show you error

New Developer
- 1
- 1