Skip to content

Commit

Permalink
Drop support for android 5 and update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and Gitsaibot committed Jul 16, 2024
1 parent ca2d25e commit f34880f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 21
minSdk = 23
targetSdk = 34
versionCode = 47
versionName = "1.0.47"
Expand Down Expand Up @@ -138,7 +138,7 @@ dependencies {
implementation("org.dmfs:lib-recur:0.17.1")

// lifecycle
val lifecycle_version = "2.8.2"
val lifecycle_version = "2.8.3"
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version")
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.jetbrains.gradle.ext.settings
import org.jetbrains.gradle.ext.taskTriggers

plugins {
id("com.android.application") version "8.5.0" apply false
id("com.android.library") version "8.5.0" apply false
id("com.android.application") version "8.5.1" apply false
id("com.android.library") version "8.5.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
id("org.ec4j.editorconfig") version "0.1.0" apply false
id("org.jetbrains.gradle.plugin.idea-ext") version "1.1.8" apply true
Expand Down

0 comments on commit f34880f

Please sign in to comment.