Skip to content

Commit

Permalink
Update just libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Chagas <[email protected]>
  • Loading branch information
rtchagas committed May 11, 2020
1 parent 0fb3f19 commit 0f77973
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// KTX
implementation 'androidx.core:core-ktx:1.3.0-alpha01'
implementation 'androidx.core:core-ktx:1.3.0-rc01'

// Anko Commons
implementation "org.jetbrains.anko:anko-commons:0.10.8"

// Support library
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation 'com.google.android.material:material:1.2.0-alpha06'

// Android architecture components
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
Expand Down Expand Up @@ -86,9 +86,9 @@ dependencies {

// 3rd party
implementation 'com.github.mcginty:material-colors:1.1.0'
implementation 'com.karumi:dexter:6.0.2'
implementation 'com.karumi:dexter:6.1.0'

testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.3.0-alpha04'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha04'
androidTestImplementation 'androidx.test:runner:1.3.0-beta01'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-beta01'
}

0 comments on commit 0f77973

Please sign in to comment.