cordova-docs icon indicating copy to clipboard operation
cordova-docs copied to clipboard

document missing android preferences

Open erisu opened this issue 4 years ago • 2 comments

Documentation Request

Add new config.xml preference AndroidXAppCompatVersion to document.

This preference is:

  • Only for the Android patform
  • Defaults set to 1.2.0 the current latest stable version of the AppCompat library.

Add a note that changing is at the users own risk.

erisu avatar Apr 15 '21 22:04 erisu

Linked Feature PR: https://github.com/apache/cordova-android/pull/1208

erisu avatar Apr 15 '21 22:04 erisu

This ones are missing too:

android-compileSdkVersion (null) android-buildToolsVersion (32.0.0) GradleVersion (7.4.2) AndroidGradlePluginVersion (7.2.1) AndroidXWebKitVersion (1.4.0)

I've updated the title to cover all

jcesarmobile avatar Jun 28 '22 22:06 jcesarmobile