Release v1.0.2
This commit is contained in:
parent
f4f0c06be0
commit
be9630ca24
4 changed files with 3 additions and 7 deletions
|
|
@ -6,4 +6,3 @@ typealias CoverImage = Bitmap
|
|||
typealias Selected = Boolean
|
||||
typealias ID = Int
|
||||
typealias LanguageCode = String
|
||||
typealias Route = String
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
@file:OptIn(ExperimentalMaterial3Api::class)
|
||||
|
||||
package ua.acclorite.book_story.presentation.screens.reader.components.translator_bottom_sheet
|
||||
|
||||
import android.widget.Toast
|
||||
|
|
@ -18,7 +16,6 @@ import androidx.compose.foundation.shape.RoundedCornerShape
|
|||
import androidx.compose.material3.Button
|
||||
import androidx.compose.material3.ButtonDefaults
|
||||
import androidx.compose.material3.CircularProgressIndicator
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.LocalContentColor
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.Switch
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">1.0.1</string>
|
||||
<string name="app_version" translatable="false">1.0.2</string>
|
||||
<string name="app_name">Book\'s Story</string>
|
||||
|
||||
<!-- Book sources -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue