Skip to content

Commit

Permalink
Upgrade ktx to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomeaux committed Sep 22, 2019
1 parent f9427b3 commit de57678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.core:core-ktx:1.1.0'

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down

0 comments on commit de57678

Please sign in to comment.