tuxmobil / CampFahrplan

View the conference schedule of the Chaos Communcation Camp/Congress
59 stars 23 forks source link

amend the app for the Camp2015 #84

Closed SubOptimal closed 8 years ago

SubOptimal commented 9 years ago

If you publish an updated version of the app to Google Play, would you please also update the Wiki page https://events.ccc.de/camp/2015/wiki/Apps .

benerudolph commented 9 years ago

I was able to build the app successfully, however for current android SDK I had to increase buildToolsVersion "21.1.2" in /app/build.gradle. Could you make this like 21.1.+?

SubOptimal commented 9 years ago

@benerudolph see the commit 9d6fa3c. It will choose the most recent installed build tools >= 21.1.1 for the build.

johnjohndoe commented 9 years ago

@SubOptimal In my case the app crashes immediately after fetching the schedule. This happens because the <track/> element has not been filled out in the XML file.

SubOptimal commented 9 years ago

@johnjohndoe Please try again with the latest source version. It should be fixed now.