refactor(automator): 转换为kotlin

This commit is contained in:
hyb1996
2018-11-26 20:08:26 +08:00
parent 39de832dde
commit 306762a422
134 changed files with 4258 additions and 4845 deletions

View File

@@ -1,5 +1,8 @@
apply plugin: 'com.android.application'
def AAVersion = '4.4.0'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
def AAVersion = '4.5.2'
def SupportLibVersion = '28.0.0'
configurations.all {