Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 608 Bytes

tonegodgui

Automatically exported from code.google.com/p/tonegodgui Hi, I adopt this repository to save it. I will try to understand the code and see how it works.

Tests

Here are the tests: https://github.com/brainless-studios/tonegodgui-test

documentation

using

gradle:

in build.gradle

  • repositories { mavenCentral() maven { url "https://jitpack.io" } }
  • dependencies { compile 'com.github.brainless-studios:tonegodgui:-SNAPSHOT' }