mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #3797 from omnivore-app/release/android-0.200.1
release/android 0.200.1
This commit is contained in:
commit
0f6b2c024e
3 changed files with 3 additions and 6 deletions
|
|
@ -27,8 +27,8 @@ android {
|
|||
applicationId = "app.omnivore.omnivore"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 194001
|
||||
versionName = "0.195.0"
|
||||
versionCode = 200001
|
||||
versionName = "0.200.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ import app.omnivore.omnivore.core.database.entities.ViewerDao
|
|||
HighlightChange::class,
|
||||
SavedItemAndSavedItemLabelCrossRef::class,
|
||||
SavedItemAndHighlightCrossRef::class],
|
||||
version = 24,
|
||||
version = 26,
|
||||
exportSchema = true
|
||||
)
|
||||
abstract class OmnivoreDatabase : RoomDatabase() {
|
||||
|
|
|
|||
|
|
@ -181,7 +181,6 @@ fun EditNoteModal(initialValue: String?, onDismiss: (save: Boolean, text: String
|
|||
)
|
||||
}
|
||||
) { paddingValues ->
|
||||
|
||||
TextField(
|
||||
modifier = Modifier
|
||||
.padding(top = paddingValues.calculateTopPadding())
|
||||
|
|
@ -196,8 +195,6 @@ fun EditNoteModal(initialValue: String?, onDismiss: (save: Boolean, text: String
|
|||
focusedTextColor = MaterialTheme.colorScheme.onSurface,
|
||||
unfocusedTextColor = MaterialTheme.colorScheme.onSurface,
|
||||
)
|
||||
|
||||
),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue