Обновить библиотеку, читалку и выпуск до 2.31
This commit is contained in:
@@ -15,9 +15,24 @@
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Aletheia">
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="${applicationId}.files"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/file_paths" />
|
||||
</provider>
|
||||
|
||||
<activity
|
||||
android:name=".ui.reader.ReaderActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/Theme.Aletheia"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
<activity
|
||||
android:name=".ui.qbooks.BookDetailActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/Theme.Aletheia" />
|
||||
<activity
|
||||
android:name=".ui.main.MainActivity"
|
||||
|
||||
Reference in New Issue
Block a user