Skip to content

Commit

Permalink
update deps and key store
Browse files Browse the repository at this point in the history
  • Loading branch information
nazirjonmakhmadkulov committed Nov 25, 2024
1 parent 387a327 commit 47a3b2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,13 @@ android {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
}

kotlin.jvmToolchain(19)
kotlinOptions.jvmTarget = "19"

buildFeatures.viewBinding = true
buildFeatures.buildConfig = true
namespace = "com.developer.currency"
Expand Down

0 comments on commit 47a3b2e

Please sign in to comment.