Skip to content

Commit

Permalink
chore: upgrade Android dependencies of example
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold committed Sep 10, 2024
1 parent 95eda72 commit 327b526
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ flutter {

dependencies {
implementation "androidx.multidex:multidex:2.0.1"
implementation "androidx.preference:preference-ktx:1.2.0"
implementation "androidx.preference:preference-ktx:1.2.1"
}
3 changes: 1 addition & 2 deletions packages/iabtcf_consent_info/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ allprojects {
}

rootProject.buildDir = '../build'

subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}

Expand Down
4 changes: 2 additions & 2 deletions packages/iabtcf_consent_info/example/android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.5.2" apply false
id "org.jetbrains.kotlin.android" version "1.7.21" apply false
id "com.android.application" version '8.6.0' apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}

include ":app"

0 comments on commit 327b526

Please sign in to comment.