Update versions

This commit is contained in:
Oleksandr Balan
2022-11-09 17:45:05 +01:00
parent c837fffa5b
commit 12abc9fbc9
7 changed files with 23 additions and 16 deletions

View File

@@ -4,12 +4,12 @@ plugins {
}
android {
compileSdk 32
compileSdk compile_sdk_version
defaultConfig {
applicationId "eu.wewox.pagecurl"
minSdk 24
targetSdk 32
minSdk min_sdk_version
targetSdk target_sdk_version
versionCode 1
versionName "1.0"

View File

@@ -34,7 +34,7 @@ internal fun SettingsPopup(
) {
Card(
shape = RoundedCornerShape(24.dp),
elevation = 16.dp,
elevation = 8.dp,
) {
Column(
verticalArrangement = Arrangement.spacedBy(8.dp),