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

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

Update dependencies

parent 9048af4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ dependencies {
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.core:core-ktx:1.3.2'
    implementation 'androidx.fragment:fragment-ktx:1.3.0'
    implementation 'androidx.fragment:fragment-ktx:1.3.1'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0'
    implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
@@ -162,7 +162,7 @@ dependencies {
    // for tests
    androidTestImplementation 'androidx.test:runner:1.3.0'
    androidTestImplementation 'androidx.test:rules:1.3.0'
    androidTestImplementation 'junit:junit:4.13.1'
    androidTestImplementation 'junit:junit:4.13.2'
    androidTestImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"

    testImplementation 'junit:junit:4.13.2'
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
buildscript {
    ext.versions = [
        aboutLibraries: '8.8.4',
        appIntro: '6.0.0',
        appIntro: '6.1.0',
        dav4jvm: '2.1.2',
        dokka: '0.10.1',
        kotlin: '1.4.31',
@@ -31,7 +31,7 @@ buildscript {
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.1.2'
        classpath 'com.android.tools.build:gradle:4.1.3'
        classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
        classpath "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}"