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

Commit 2e7f1b01 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Updater: add elib

Change-Id: I695ac9cf8acb6c80c2cf38e25f49ce11e67da2be
parent 207731db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
repositories {
    google()
    mavenCentral()
    maven { url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven' }
}

buildscript {
@@ -60,6 +61,8 @@ android {
dependencies {
    compileOnly fileTree(dir: 'system_libs/', include: ['*.jar'])

    implementation 'foundation.e:elib:0.0.1-alpha11'

    implementation 'androidx.appcompat:appcompat:1.3.0'
    implementation 'androidx.cardview:cardview:1.0.0'
    implementation 'androidx.core:core-ktx:1.9.0'