Skip to content

Commit

Permalink
feat: upgrade kotlin to 1.8.22 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold authored Sep 10, 2024
1 parent f7db689 commit 95eda72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/iabtcf_consent_info/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ android {
}

dependencies {
implementation "androidx.preference:preference-ktx:1.2.0"
implementation "androidx.preference:preference-ktx:1.2.1"
}
2 changes: 1 addition & 1 deletion packages/iabtcf_consent_info/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {

plugins {
id "com.android.application" version "8.5.2" apply false
id "org.jetbrains.kotlin.android" version "1.7.21" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

rootProject.name = 'iabtcf_consent_info'

0 comments on commit 95eda72

Please sign in to comment.