You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/19 20:48:52 UTC

[GitHub] brodybits commented on issue #565: androidx

brodybits commented on issue #565: androidx
URL: https://github.com/apache/cordova-android/issues/565#issuecomment-440036712
 
 
   I did take a look, started composing an answer while working on something else.
   
   My impression from <https://android-developers.googleblog.com/2018/05/hello-world-androidx.html> is that `androidx` is only used for "unbundled" Java package namespaces (Java packages), meaning part of the SDK and not part of the Android system libraries. The Java code only *seems* to use the affected Java packages in `test/app/src/androidTest`, which I think should not affect any Cordova Android app developers in case we or they decide to use AndroidX someday.
   
   (My trick was to search all Java files in cordova-android for "import com.android", "import android.arch", "import android.databi", and "import android.supp", according to affected namespaces described in <https://developer.android.com/jetpack/androidx/migrate>)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org