Skip to content

Commit

Permalink
Downgrade kotlin version and add it to implementation deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ovitrif committed Mar 28, 2024
1 parent a363574 commit 7eb93ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

implementation(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"))

// https://mvnrepository.com/artifact/androidx.biometric/biometric
implementation 'androidx.biometric:biometric:1.1.0@aar'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
set("targetSdkVersion", 31)
set("buildToolsVersion", "31.0.0")
}
val kotlinVersion by extra("1.8.20")
val kotlinVersion by extra("1.8.0")

repositories {
mavenLocal()
Expand Down

0 comments on commit 7eb93ba

Please sign in to comment.