aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
241 stars 53 forks source link

Removed prebuild dependencies and added dependencies from repository #106

Closed freundTech closed 5 years ago

xaviershay commented 6 years ago

Why?

(I'm new to Android development so trying to learn!)

xaviershay commented 6 years ago

oh I get it. Why were these in here as prebuilt in the first place? Maybe they didn't used to exist in the repo?

freundTech commented 5 years ago

Rebased against current master to fix merge conflicts

aricneto commented 5 years ago

Thanks! I also had to add an extra parameter (8c28ffbcc960ad18f0f9b31da1a031f54de597e1) to a TNoodle function that gets called in the TrainerScrambler class due to the build version update.