Skip to content

Commit

Permalink
chore(deps): update dependency androidx.core:core-ktx to v1.7.0 (#585)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 24, 2021
1 parent 21d34d7 commit 7558ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/dependencies.gradle
Expand Up @@ -8,7 +8,7 @@ ext {
versionName: "1.0"
]

compileSdkVersion = 29
compileSdkVersion = 31
buildToolsVersion = "30.0.3"
minSdkVersion = 21
targetSdkVersion = 29
Expand All @@ -22,7 +22,7 @@ ext {
*/
libraries = [
androidAppCompat : "androidx.appcompat:appcompat:1.3.1",
androidCoreKotlinExtensions : "androidx.core:core-ktx:1.6.0",
androidCoreKotlinExtensions : "androidx.core:core-ktx:1.7.0",
androidEspressoCore : "androidx.test.espresso:espresso-core:3.4.0",
androidJUnit : "androidx.test.ext:junit:1.1.3",
androidJUnitKotlinExtensions: "androidx.test.ext:junit-ktx:1.1.3",
Expand Down

0 comments on commit 7558ccd

Please sign in to comment.