0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-27 05:23:00 +00:00

fixed build

This commit is contained in:
X1nto 2020-06-24 01:01:51 +04:00
parent b015ff4061
commit 195c82874f
2 changed files with 1 additions and 14 deletions

View file

@ -38,8 +38,7 @@
</activity>
<activity
android:name=".ui.MainActivity"
android:label="@string/app_name"
android:theme="@style/DarkTheme.Blue" />
android:label="@string/app_name" />
<meta-data
android:name="preloaded_fonts"

View file

@ -1,12 +0,0 @@
package com.vanced.manager.core.base
import android.annotation.SuppressLint
import androidx.appcompat.app.AlertDialog
import com.vanced.manager.ui.core.ThemedActivity
@SuppressLint("Registered")
open class BaseActivity: ThemedActivity() {
}