Skip to content

Commit

Permalink
Update dependencies and move to java.time
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 24, 2019
1 parent d95de19 commit 3de3291
Show file tree
Hide file tree
Showing 38 changed files with 549 additions and 553 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ continuation_indent_size = 4
[*.{java,gradle}]
continuation_indent_size = 8

[*.yml]
[*.{yml, json}]
indent_size = 2

[*.md]
Expand Down
1 change: 0 additions & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ dependencies {
implementation "com.github.rubengees.PreviewSeekBar:previewseekbar-exoplayer:$previewSeekbarVersion"

implementation "com.github.proxer:ProxerLibJava:$proxerLibVersion"
implementation "com.jakewharton.threetenabp:threetenabp:$threetenVersion"
implementation "com.github.bumptech.glide:glide:$glideVersion"
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
Expand Down
15 changes: 7 additions & 8 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
gradleVersion = "6.0-rc-1"

// Core plugins
androidPluginVersion = "3.6.0-beta01"
androidPluginVersion = "4.0.0-alpha01"
kotlinVersion = "1.3.60-eap-76"

// Utility plugins
Expand All @@ -28,12 +28,12 @@ ext {
// Frameworks and compatibility libraries
koinVersion = "2.1.0-alpha-1"
appcompatVersion = "1.1.0"
browserVersion = "1.2.0-alpha08"
lifecycleVersion = "2.2.0-beta01"
roomVersion = "2.2.0"
workVersion = "2.3.0-alpha02"
browserVersion = "1.2.0-alpha09"
lifecycleVersion = "2.2.0-rc01"
roomVersion = "2.2.1"
workVersion = "2.3.0-alpha03"
coreKtxVersion = "1.2.0-beta01"
fragmentKtxVersion = "1.2.0-beta02"
fragmentKtxVersion = "1.2.0-rc01"
shareTargetVersion = "1.0.0-beta01"
playCoreVersion = "1.6.4"
adsIdentifierVersion = "17.0.0"
Expand All @@ -50,7 +50,7 @@ ext {
autoDisposeVersion = "1.2.0"

// UI components
recyclerviewVersion = "1.1.0-beta05"
recyclerviewVersion = "1.1.0-rc01"
cardviewVersion = "1.0.0"
gridlayoutVersion = "1.0.0"
materialComponentsVersion = "1.2.0-alpha01"
Expand Down Expand Up @@ -80,7 +80,6 @@ ext {

// Utils
proxerLibVersion = "5199ba6920"
threetenVersion = "1.2.1"
hawkVersion = "7a1a625455"
glideVersion = "4.10.0"
retrofitVersion = "2.6.2"
Expand Down
Loading

0 comments on commit 3de3291

Please sign in to comment.