Skip to content

Commit

Permalink
Update AndroidCLI project dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Feb 5, 2024
1 parent 5a688b2 commit 0481327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AndroidCLI/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
defaultConfig {
applicationId = "com.bloomberg.selekt.cli"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = "0.1"
ndk {
Expand Down Expand Up @@ -63,4 +63,5 @@ dependencies {
implementation(androidX("core", "ktx", version = "1.0.2"))
implementation(androidX("paging", "runtime", "2.1.0"))
implementation(androidX("constraintlayout", version = "1.1.3"))
runtimeOnly(projects.selektAndroidSqlcipher)
}

0 comments on commit 0481327

Please sign in to comment.