Implemented basic draft functionality

This commit is contained in:
2018-02-13 07:24:24 +01:00
parent 72213a53a5
commit f481914a65
4 changed files with 201 additions and 103 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.20'
ext.kotlin_version = '1.2.21'
ext.anko_version = '0.10.4'
repositories {
jcenter()