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

Commit e04df070 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update libraries

parent 5b0cad59
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line

buildscript {
    ext.kotlin_version = '1.3.10'
    ext.kotlin_version = '1.3.11'
    ext.dokka_version = '0.9.17'

    repositories {
@@ -25,7 +25,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka-android'

ext {
    ical4j_version = '2.2.0'
    ical4j_version = '2.2.1'
}

android {
@@ -60,8 +60,8 @@ dependencies {
    api "org.mnode.ical4j:ical4j:$ical4j_version"
    implementation 'org.slf4j:slf4j-jdk14:1.7.25'

    androidTestImplementation 'androidx.test:runner:1.1.0'
    androidTestImplementation 'androidx.test:rules:1.1.0'
    androidTestImplementation 'androidx.test:runner:1.1.1'
    androidTestImplementation 'androidx.test:rules:1.1.1'

    testImplementation 'junit:junit:4.12'
}