Merge pull request #1494 from cbornet/android_manifest

Add android manifest to java codegen
This commit is contained in:
wing328
2015-11-12 17:17:01 +08:00
6 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<manifest package="io.swagger.client" xmlns:android="http://schemas.android.com/apk/res/android">
<application />
</manifest>