Removed donations library and Android support libraries

This commit is contained in:
Anuken
2019-04-01 18:46:11 -04:00
parent 608de34205
commit be60a367e8
13 changed files with 7 additions and 200 deletions

View File

@@ -63,7 +63,7 @@ public class MenuFragment extends Fragment{
join = new MobileButton("icon-add", isize, "$joingame", ui.join::show),
editor = new MobileButton("icon-editor", isize, "$editor", () -> ui.loadAnd(ui.editor::show)),
tools = new MobileButton("icon-tools", isize, "$settings", ui.settings::show),
donate = new MobileButton("icon-donate", isize, "$donate", Platform.instance::openDonations);
donate = new MobileButton("icon-donate", isize, "$donate", () -> Core.net.openURI(donationURL));
if(Core.graphics.getWidth() > Core.graphics.getHeight()){
container.add(play);