diff --git a/samples/approuter/build.gradle b/samples/approuter/build.gradle index 72798b4..1777a63 100644 --- a/samples/approuter/build.gradle +++ b/samples/approuter/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.core:core-ktx:1.1.0' + implementation 'androidx.core:core-ktx:1.6.0' // Router deps api project(':core') diff --git a/samples/cart/build.gradle b/samples/cart/build.gradle index c4fdfd8..035c67c 100644 --- a/samples/cart/build.gradle +++ b/samples/cart/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.6.0' implementation project(':samples:approuter') testImplementation 'junit:junit:4.13' diff --git a/samples/product/build.gradle b/samples/product/build.gradle index a8bc44f..6ad3d1b 100644 --- a/samples/product/build.gradle +++ b/samples/product/build.gradle @@ -34,7 +34,7 @@ android { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.core:core-ktx:1.1.0' + implementation 'androidx.core:core-ktx:1.6.0' implementation project(':samples:approuter') implementation project(':annotations')