Upgrade Kotlin (1.2.0 => 1.2.10) and include proguard config file

This commit is contained in:
Daniel Leal 2018-01-09 17:59:49 +01:00
parent c5a5086a68
commit a6d583dd89
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.2.0'
ext.kotlin_version = '1.2.10'
repositories {
jcenter()
google()

View File

@ -11,6 +11,8 @@ android {
targetSdkVersion TARGET_SDK
versionCode 1
versionName version
consumerProguardFiles 'lib-proguard-rules.pro'
}
}

View File

@ -0,0 +1 @@
-keep class ru.noties.markwon.** { *; }