Upgrade Kotlin (1.2.0 => 1.2.10) and include proguard config file
This commit is contained in:
parent
c5a5086a68
commit
a6d583dd89
@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.0'
|
||||
ext.kotlin_version = '1.2.10'
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
|
@ -11,6 +11,8 @@ android {
|
||||
targetSdkVersion TARGET_SDK
|
||||
versionCode 1
|
||||
versionName version
|
||||
|
||||
consumerProguardFiles 'lib-proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
|
1
library/lib-proguard-rules.pro
Normal file
1
library/lib-proguard-rules.pro
Normal file
@ -0,0 +1 @@
|
||||
-keep class ru.noties.markwon.** { *; }
|
Loading…
x
Reference in New Issue
Block a user