Changed Reader text system. Now book doesn't hold any text, only ReaderViewModel does. (v1.0.1)
This commit is contained in:
parent
e0698d2c2f
commit
456d9fc3c9
25 changed files with 257 additions and 279 deletions
|
|
@ -25,6 +25,9 @@ android {
|
|||
}
|
||||
|
||||
buildTypes {
|
||||
getByName("debug") {
|
||||
applicationIdSuffix = ".debug"
|
||||
}
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue