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

Commit 29385676 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

chore: add elib dependency

parent 45b7a3db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ dependencies {
    implementation 'androidx.test:core:1.5.0'
    implementation 'androidx.test:rules:1.5.0'
    testImplementation 'junit:junit:4.13.2'
    implementation 'foundation.e:elib:0.0.1-alpha11'
}

tasks.withType(JavaCompile) {
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
        maven{ url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven'}
    }
}
rootProject.name = "DeskClock"