[ 
https://issues.apache.org/jira/browse/CB-13620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277317#comment-16277317
 ] 

ASF GitHub Bot commented on CB-13620:
-------------------------------------

dpogue commented on a change in pull request #775: CB-13620: 7.0.0 Docs Update. 
 Includes upgrade instructions.
URL: https://github.com/apache/cordova-docs/pull/775#discussion_r154749429
 
 

 ##########
 File path: www/_posts/2017-12-04-cordova-android-7.0.0.md
 ##########
 @@ -0,0 +1,58 @@
+---
+layout: post
+author:
+    name: Joe Bowser
+    url: https://twitter.com/infil00p
+title:  "Cordova Android 7.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.0.0` has been released! 
+
+With this release, we have changed the default project structure for Android 
projects.  People who currently use the CLI and treat everything in the 
platforms directory as a 
+build artifact should not notice a difference, however this a major breaking 
change for people creating standalone Cordova Android projects.  This also 
means that the locations
+of files have changed and have been brought in line to the structure used by 
Android Studio.
 
 Review comment:
   We probably need to add something here to tell people that `edit-config` 
tags in plugin.xml and config.xml will need their paths updated?
   
   i.e.,
   ```xml
   <!-- An existing config.xml -->
   <edit-config file="AndroidManifest.xml" target="/manifest/application" 
mode="merge">
   
   <!-- needs to change to -->
   <edit-config file="app/src/main/AndroidManifest.xml" 
target="/manifest/application" mode="merge">
   ```

----------------------------------------------------------------
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:
[email protected]


> Cordova-Android Platform Release November 30, 2017
> --------------------------------------------------
>
>                 Key: CB-13620
>                 URL: https://issues.apache.org/jira/browse/CB-13620
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-android
>    Affects Versions: 7.0.0
>            Reporter: Joe Bowser
>            Assignee: Joe Bowser
>            Priority: Blocker
>              Labels: android-next
>             Fix For: 7.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to