Skip to content

Commit

Permalink
Fix path for xposed jar
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Jun 7, 2015
1 parent bbd7977 commit 9df3124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:22.1.1'
compile files('/home/thermatk/dev/android/studiows/FakeGapps/libs/XposedBridgeApi-20150213.jar')
compile files('libs/XposedBridgeApi-20150213.jar')
}
File renamed without changes.

0 comments on commit 9df3124

Please sign in to comment.