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

Commit 137bfad0 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Add elib dependency

parent 93220728
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ dependencies {
    implementation("androidx.webkit:webkit:1.7.0-alpha02")
    implementation("com.google.android.material:material:1.11.0")
    implementation("com.hp:crcalc:1.0")

    implementation("foundation.e:elib:0.0.1-alpha11")
}

configure<GenerateBpPluginExtension> {
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ dependencyResolutionManagement {
        google()
        mavenCentral()
        maven("https://raw.githubusercontent.com/lineage-next/crcalc/main/.m2")
        maven("https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven")
    }
}