Skip to content

Commit

Permalink
Migrates to newer versions of AndroidX core to fix some backward comp…
Browse files Browse the repository at this point in the history
…atability issues
  • Loading branch information
IzHoBX committed Jun 27, 2020
1 parent 9c4c7bb commit fd6831b
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 @@ -50,7 +50,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// Support libraries
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.core:core:1.4.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.1.0'

// Constraint Layout
Expand Down

0 comments on commit fd6831b

Please sign in to comment.