mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-03 06:48:20 +03:00
MultiDexApplication is no longer used -> so remove deps
This commit is contained in:
parent
69fcbd3bac
commit
d25aab296a
3 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
package org.schabi.newpipe;
|
package org.schabi.newpipe;
|
||||||
|
|
||||||
import androidx.multidex.MultiDexApplication;
|
import android.app.Application;
|
||||||
|
|
||||||
public class BraveApp extends MultiDexApplication {
|
public class BraveApp extends Application {
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
package org.schabi.newpipe;
|
package org.schabi.newpipe;
|
||||||
|
|
||||||
|
import android.app.Application;
|
||||||
|
|
||||||
import org.conscrypt.Conscrypt;
|
import org.conscrypt.Conscrypt;
|
||||||
|
|
||||||
import java.security.Security;
|
import java.security.Security;
|
||||||
|
|
||||||
import androidx.multidex.MultiDexApplication;
|
public class BraveApp extends Application {
|
||||||
|
|
||||||
public class BraveApp extends MultiDexApplication {
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
package org.schabi.newpipe;
|
package org.schabi.newpipe;
|
||||||
|
|
||||||
import android.app.Application;
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
Loading…
Add table
Reference in a new issue