mirror of
https://github.com/etesync/android
synced 2024-11-22 07:58:09 +00:00
Build: add missing kotlin dep for main app.
This commit is contained in:
parent
f4edee2481
commit
576fb262a7
@ -126,6 +126,8 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
|
||||
def acraVersion = '5.2.1'
|
||||
implementation "ch.acra:acra-mail:$acraVersion"
|
||||
implementation "ch.acra:acra-toast:$acraVersion"
|
||||
|
Loading…
Reference in New Issue
Block a user