mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
CB-8693 Delete framework/res and framework/assets
They were being merged into apps unwantingly.
This commit is contained in:
+8
-2
@@ -17,8 +17,6 @@
|
||||
under the License.
|
||||
*/
|
||||
|
||||
// GENERATED FILE! DO NOT EDIT!
|
||||
|
||||
apply plugin: 'android'
|
||||
|
||||
buildscript {
|
||||
@@ -73,3 +71,11 @@ dependencies {
|
||||
androidTestCompile fileTree(dir: 'androidTest/libs', include: '*.jar')
|
||||
}
|
||||
|
||||
task copyCordovaJs (type: Copy) {
|
||||
from '../bin/templates/project/assets/www'
|
||||
into 'assets/www'
|
||||
include('cordova.js')
|
||||
}
|
||||
preBuild.dependsOn copyCordovaJs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user