Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
  • Loading branch information
Harsh Shandilya committed May 12, 2019
1 parent be549e9 commit 6d8892e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ android {
}

dependencies {
val aboutVersion = "6.2.3"
val aboutVersion = "7.0.0-rc1"
val androidXVersion = "1.0.0"
val apkSigVersion = "3.4.0"
val caocVersion = "2.2.0"
val commonsIoVersion = "2.5"
val commonsIoVersion = "2.6"
val databindingVersion = "3.3.1"
val expandableLayoutVersion = "2.9.2"
val fabSheetVersion = "1.2.1"
Expand All @@ -85,17 +85,17 @@ dependencies {

annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("androidx.appcompat:appcompat:1.0.2")
implementation("androidx.appcompat:appcompat:1.1.0-alpha04")
implementation("androidx.cardview:cardview:$androidXVersion")
implementation("androidx.databinding:databinding-runtime:$databindingVersion")
implementation("androidx.palette:palette:$androidXVersion")
implementation("androidx.recyclerview:recyclerview:$androidXVersion")
implementation("androidx.recyclerview:recyclerview:1.1.0-alpha04")
implementation("cat.ereza:customactivityoncrash:$caocVersion")
implementation("commons-io:commons-io:$commonsIoVersion")
implementation("com.android.tools.build:apksig:$apkSigVersion")
implementation("com.github.bumptech.glide:glide:$glideVersion")
implementation("com.github.recruit-lifestyle:FloatingView:$floatingHeadVersion")
implementation("com.google.android.material:material:$androidXVersion")
implementation("com.google.android.material:material:1.1.0-alpha05")
implementation("com.gordonwong:material-sheet-fab:$fabSheetVersion")
implementation("com.jaredrummler:animated-svg-view:$svgViewVersion")
implementation("com.mikepenz:aboutlibraries:$aboutVersion@aar") {
Expand Down

0 comments on commit 6d8892e

Please sign in to comment.