fix run error
This commit is contained in:
parent
46824f4498
commit
1765bfd20c
3 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
android:theme="@style/Theme.Studeez"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:name=".activities.MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.Studeez">
|
||||
|
|
Reference in a new issue