Skip to content

Commit 95d2244

Browse files
committed
refactor code
1 parent 0353d94 commit 95d2244

File tree

3 files changed

+15
-53
lines changed

3 files changed

+15
-53
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<uses-permission android:name="com.android.vending.BILLING" />
88

99
<application
10-
android:name="com.jecelyin.editor.v2.TextEditorApplication"
10+
android:name="com.duy.CppIdeApplication"
1111
android:allowBackup="true"
1212
android:fullBackupContent="true"
1313
android:icon="@mipmap/ic_launcher"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
package com.duy;
3+
4+
import android.support.multidex.MultiDexApplication;
5+
6+
7+
public class CppIdeApplication extends MultiDexApplication {
8+
9+
@Override
10+
public void onCreate() {
11+
super.onCreate();
12+
}
13+
14+
}

app/src/main/java/com/jecelyin/editor/v2/TextEditorApplication.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)