diff --git a/README.md b/README.md index 14944ba..b7ad467 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ java -jar xml2axml d [AndroidManifest-bin-in.xml] [AndroidManifest-readable-out. ``` Note -This project is based on [This project](https://github.com/l741589/xml2axml) \ No newline at end of file +The project is based on [This project](https://github.com/l741589/xml2axml) diff --git a/pom.xml b/pom.xml index d183dc9..5544816 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.bigzhao.axml xml2axml - 1.0.2-SNAPSHOT + 1.1.0-SNAPSHOT @@ -31,8 +31,7 @@ com.google.android android 28.0.0 - system - ${project.basedir}/libs/android.jar + compile @@ -48,6 +47,7 @@ UTF-8 + + - + + + + + + org.apache.maven.plugins + maven-install-plugin + + + install-external + clean + + ${basedir}/libs/android.jar + default + com.google.android + android + 28.0.0 + jar + true + + + install-file + + + + + + + maven-assembly-plugin + + false + + jar-with-dependencies + + + + com.bigzhao.xml2axml.test.Main + + + + + + make-assembly + package + + assembly + + + - \ No newline at end of file + diff --git a/xml2axml.iml b/xml2axml.iml index d0b13fc..4c26bf5 100644 --- a/xml2axml.iml +++ b/xml2axml.iml @@ -12,14 +12,6 @@ - - - - - - - - - + \ No newline at end of file