jbfrequence commented on issue #1006: URL: https://github.com/apache/cordova-android/issues/1006#issuecomment-714997134
Hi all,
Any updates on this issue ?
"If you want to target SDK 30 in your app however, you can do so by using
the android-targetSdkVersion preference for the time being." It does not work
if I changed the config.xml or even any build-extras.gradle
```
<platform name="android">
<preference name="android-targetSdkVersion" value="30" />
```
or/and (build-extras.gradle)
```
android {
compileSdkVersion 30
defaultConfig {
targetSdkVersion 30
```
When adding platform [email protected], the following is still displayed
`Adding android project...
Creating Cordova project for the Android
platform:
Path: platforms\android
Package: com.jby.frequence
Name: FREQUENCE
Activity: MainActivity
**Android target: android-29**`
--
Thanks
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
