-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Maven build now produces a functioning app
- Added non-mavenized dependencies (dexj2ar and apktool) to a local maven repo to take advantage of Maven's assembly plugin - Fixed issue when no device is connected.
- Loading branch information
Dan Watling
committed
Jan 3, 2016
1 parent
61fe99e
commit 8ad9b87
Showing
29 changed files
with
243 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>brut</groupId> | ||
<artifactId>apktool</artifactId> | ||
<version>2.0.2</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>brut</groupId> | ||
<artifactId>apktool</artifactId> | ||
<versioning> | ||
<release>2.0.2</release> | ||
<versions> | ||
<version>2.0.2</version> | ||
</versions> | ||
<lastUpdated>20160103230018</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>base-cmd</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
repo/com/googlecode/dex2jar/base-cmd/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>base-cmd</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103230548</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>ir</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>ir</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103231113</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
repo/com/googlecode/dex2jar/reader-api/2.0/reader-api-2.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>reader-api</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
repo/com/googlecode/dex2jar/reader-api/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>reader-api</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103231029</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>reader</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
repo/com/googlecode/dex2jar/reader/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>reader</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103230908</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>tools</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
repo/com/googlecode/dex2jar/tools/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>tools</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103230106</lastUpdated> | ||
</versioning> | ||
</metadata> |
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
repo/com/googlecode/dex2jar/translator/2.0/translator-2.0.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>translator</artifactId> | ||
<version>2.0</version> | ||
<description>POM was created from install:install-file</description> | ||
</project> |
12 changes: 12 additions & 0 deletions
12
repo/com/googlecode/dex2jar/translator/maven-metadata-local.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>com.googlecode.dex2jar</groupId> | ||
<artifactId>translator</artifactId> | ||
<versioning> | ||
<release>2.0</release> | ||
<versions> | ||
<version>2.0</version> | ||
</versions> | ||
<lastUpdated>20160103230807</lastUpdated> | ||
</versioning> | ||
</metadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@ECHO OFF | ||
|
||
java -jar ApkDecompiler.jar %$ | ||
java -jar ApkDecompiler.jar %* |
Binary file not shown.
Binary file not shown.
Binary file not shown.