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

Commit 1e8a01d5 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

use api 0.4.3 + empty gitlab token to avoid build fail when not deplying

parent e74201e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ dependencies {
    //implementation 'foundation.e:privacymodule.e:0.0.2'
    implementation project(path: ':privacymodulese')

    implementation 'foundation.e:privacymodule.api:0.4.1'
    implementation 'foundation.e:privacymodule.api:0.4.3'

    implementation 'androidx.core:core-ktx:1.6.0'
    implementation 'androidx.appcompat:appcompat:1.3.1'
+2 −1
Original line number Diff line number Diff line
@@ -19,3 +19,4 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
gitLabPrivateToken=""
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ android {
}

dependencies {
    implementation 'foundation.e:privacymodule.api:0.3.1'
    implementation 'foundation.e:privacymodule.api:0.4.3'

    implementation 'androidx.core:core-ktx:1.6.0'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"