mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
generating apps works; needs to build js from assets
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.phonegap" android:versionName="1.1" android:versionCode="3">
|
||||
package="com.phonegap" android:versionName="1.1" android:versionCode="5">
|
||||
<supports-screens
|
||||
android:largeScreens="true"
|
||||
android:normalScreens="true"
|
||||
@@ -38,6 +38,6 @@
|
||||
<action android:name="android.intent.action.PICK" />
|
||||
</activity>
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="3" />
|
||||
<uses-sdk android:minSdkVersion="5" />
|
||||
|
||||
</manifest>
|
||||
|
||||
+3
-3
@@ -64,9 +64,9 @@
|
||||
assets directory -->
|
||||
|
||||
<target name="move_files">
|
||||
<concat destfile="assets/www/phonegap.js">
|
||||
<fileset dir="../js" includes="phonegap.js.base" />
|
||||
<fileset dir="../js" includes="*.js" />
|
||||
<concat destfile="../example/phonegap.js">
|
||||
<fileset dir="assets/js" includes="phonegap.js.base" />
|
||||
<fileset dir="assets/js" includes="*.js" />
|
||||
</concat>
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user