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

Commit 1592c2c5 authored by nihar's avatar nihar
Browse files

Change package name to "foundation.e.notes"

parent 28a4a5af
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ android {
    buildToolsVersion '28.0.3'

    defaultConfig {
        applicationId "it.niedermann.notes"
        applicationId "foundation.e.notes"
        minSdkVersion 24
        targetSdkVersion 28
        versionCode 37
+1 −1
Original line number Diff line number Diff line
package it.niedermann.notes;
package foundation.e.notes;

import android.app.Application;
import android.test.ApplicationTestCase;
+1 −1
Original line number Diff line number Diff line
package it.niedermann.notes.model;
package foundation.e.notes.model;

import junit.framework.TestCase;

+1 −1
Original line number Diff line number Diff line
package it.niedermann.notes.util;
package foundation.e.notes.util;

import junit.framework.TestCase;

+1 −1
Original line number Diff line number Diff line
package it.niedermann.notes.util;
package foundation.e.notes.util;

import junit.framework.TestCase;

Loading