Skip to content

Commit

Permalink
Changed to 8.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMathanR committed Jul 19, 2017
1 parent 0d4629e commit a56f5f4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configurations.create("default")
artifacts.add("default", file('r-android-sdk-221.aar'))
artifacts.add("default", file('r-android-sdk-2000.aar'))
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void onError(String error){
buttonRefresh.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
GreedyGameAgent.startEventRefresh();
//GreedyGameAgent.startEventRefresh();
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ public void onUnavailable() {
runOnUiThread(updateText);
}

@Override
public void onError(String error){

}

}


Expand Down

0 comments on commit a56f5f4

Please sign in to comment.