Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fixed command line build error
Browse files Browse the repository at this point in the history
  • Loading branch information
borisf committed Oct 31, 2016
1 parent c6a41da commit 3f111b4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ public ClassesDexDataEntry next() {
return result;
}

public void remove() {

}

private int currentToDexIndex(int current) {
/*
0 --> classes.dex
Expand Down

0 comments on commit 3f111b4

Please sign in to comment.