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

Commit c111234a authored by Luca Georges Francois's avatar Luca Georges Francois
Browse files

[+] Rename front to Elivia

parent da350693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ android {
    buildToolsVersion "29.0.3"

    defaultConfig {
        applicationId "com.poc.wsleon"
        applicationId "com.poc.elivia"
        minSdkVersion 16
        targetSdkVersion 29
        versionCode 1
+2 −2
Original line number Diff line number Diff line
package com.poc.wsleon
package com.poc.elivia

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
    fun useAppContext() {
        // Context of the app under test.
        val appContext = InstrumentationRegistry.getInstrumentation().targetContext
        assertEquals("com.poc.wsleon", appContext.packageName)
        assertEquals("com.poc.elivia", appContext.packageName)
    }
}
 No newline at end of file
Loading