AndroidX support params #2262
Unanswered
dimaischenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project supports AndroidX and there are params in
gradle.properties
I haven't updated the iap package for over a year and was using version 7, now I decided to upgrade to version 12. In the installation manual it says that you need to add the following settings to the
android/build.gradle
for AndroidXI didn't add anything, and it works for me. Both development and release builds work. My
android/build.gradle
looks like:Can I expect on everything being ok? Or do I still need to set
androidXAnnotation
,androidXBrowser
,kotlinVersion
values, and if so, are the versions required by the manual or do I need to find the versions that are currently used in my project? If yes, please help me how to find them. Thank you very much in advance!Beta Was this translation helpful? Give feedback.
All reactions