Skip to content

Commit

Permalink
Fix case problem for CI link
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Dec 26, 2014
1 parent e723284 commit f3fd49f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Simplify
========

[![Build Status](https://travis-ci.org/calebfenton/simplify.svg?branch=master)](https://travis-ci.org/calebfenton/simplify) [![Coverage Status](https://img.shields.io/coveralls/calebfenton/simplify.svg)](https://coveralls.io/r/calebfenton/simplify)
[![Build Status](https://travis-ci.org/CalebFenton/simplify.svg?branch=master)](https://travis-ci.org/CalebFenton/simplify) [![Coverage Status](https://img.shields.io/coveralls/CalebFenton/simplify.svg)](https://coveralls.io/r/CalebFenton/simplify)

Generic Android Deobfuscator
----------------------------
Expand Down Expand Up @@ -32,7 +32,10 @@ Building
**There is a bug with dexlib 2.0.3 which can cause Simplify to fail often.**
To work around, you must:
* Clone and build [Smali](https://github.com/JesusFreke/smali)
* Modify this line in [smalivm/build.gradle](smalivm/build.gradle) to point to the built jar, if different:
* Comment this line in [smalivm/build.gradle](smalivm/build.gradle):

`compile 'org.smali:dexlib2:2.0.3'`
* Uncomment and modify this line in [smalivm/build.gradle](smalivm/build.gradle) to point to the built jar, if different:

`compile files('../../smali/dexlib2/build/libs/dexlib2-2.0.3-dev.jar')`

Expand Down

0 comments on commit f3fd49f

Please sign in to comment.