Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41b850cf authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update to ical4j/2.2.0, Kotlin

parent 675241e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line

buildscript {
    ext.kotlin_version = '1.2.21'
    ext.kotlin_version = '1.2.30'
    ext.dokka_version = '0.9.15'

    repositories {
@@ -57,7 +57,7 @@ android {
dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"

    compile 'org.mnode.ical4j:ical4j:2.1.5'
    compile 'org.mnode.ical4j:ical4j:2.2.0'
    compile 'org.slf4j:slf4j-jdk14:1.7.25'

    androidTestCompile 'com.android.support.test:runner:1.0.1'