Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = AppConfig.appId
minSdk = AppConfig.minSdkVersion
targetSdk = AppConfig.targetSdkVersion
versionCode = 21
versionName = "3.0.2"
versionCode = 22
versionName = "3.0.3"
vectorDrawables.useSupportLibrary = true
androidResources {
localeFilters += listOf("en", "de", "pt-rBR", "tr")
Expand Down
1 change: 1 addition & 0 deletions common/design/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ android {

dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.core.splashscreen)

api(platform(libs.androidx.compose.bom))
api(libs.androidx.ui)
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Allow databinding to be incremental:
android.databinding.incremental=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

Expand Down