Removed tools:targetApi from the app

This commit is contained in:
Juha Heinanen
2021-11-11 18:55:11 +02:00
parent 667cb7fd48
commit 3182fec40c

View File

@ -40,8 +40,7 @@
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:remove="android:appComponentFactory"
tools:targetApi="q">
tools:remove="android:appComponentFactory">
<activity
android:name=".MainActivity"
android:theme="@style/AppTheme.Main"