Skip to content

Commit

Permalink
Correct capitalisation of JavaPatcher dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Feb 6, 2016
1 parent cb45e3d commit f92c636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ configurations {
}

dependencies {
compile group: 'me.nallar', name: 'javapatcher', version: '1.2', changing: false
compile group: 'me.nallar', name: 'JavaPatcher', version: '1.2', changing: false
compile 'org.javassist:javassist:3.18.2-GA'
}

Expand Down

0 comments on commit f92c636

Please sign in to comment.