Created gradle module and moved existing code to new one

This commit is contained in:
Mauricio Colli 2018-03-14 00:44:02 -03:00
parent 94e24a6e1c
commit f787b375e5
No known key found for this signature in database
GPG key ID: F200BFD6F29DDD85
131 changed files with 44 additions and 42 deletions

View file

@ -0,0 +1,3 @@
dependencies {
testImplementation 'junit:junit:4.12'
}