Happy Halloween!
This commit is contained in:
@@ -27,8 +27,8 @@ android {
|
||||
applicationId "com.maskyn.fileeditorpro"
|
||||
minSdkVersion 11
|
||||
targetSdkVersion 21
|
||||
versionCode 31
|
||||
versionName "1.12"
|
||||
versionCode 32
|
||||
versionName "1.13.1"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
@@ -39,7 +39,7 @@
|
||||
android:hardwareAccelerated="true"
|
||||
android:largeHeap="true"
|
||||
android:supportsRtl="true"
|
||||
android:name="sharedcode.turboeditor.activity.MyApp"
|
||||
android:name="sharedcode.turboeditor.application.MyApp"
|
||||
>
|
||||
|
||||
<!-- android:alwaysRetainTaskState="true" -->
|
||||
|
@@ -19,11 +19,9 @@
|
||||
|
||||
package com.maskyn.fileeditorpro;
|
||||
|
||||
import android.os.Bundle;
|
||||
import sharedcode.turboeditor.activity.MainActivity;
|
||||
|
||||
import sharedcode.turboeditor.activity.BaseHomeActivity;
|
||||
|
||||
public class HomeActivity extends BaseHomeActivity {
|
||||
public class HomeActivity extends MainActivity {
|
||||
|
||||
@Override
|
||||
public void displayInterstitial() {
|
||||
|
Reference in New Issue
Block a user