Skip to content

Error while synching dependencies #1

@elericuz

Description

@elericuz

Starting from this point, I'm getting an error while synching the gradle after adding the the dependencies (with the current version 4.1.1 or with an ealier one)

implementation "com.github.crypticminds.ColdStorage:coldstoragecache:4.0.0"
kapt "com.github.crypticminds.ColdStorage:coldstoragecompiler:4.0.0"
implementation "com.github.crypticminds.ColdStorage:coldstorageannotation:4.0.0"

The error says:

Failed to resolve: com.github.crypticminds.ColdStorage:coldstoragecache:4.1.1

Captura de Pantalla 2020-06-06 a la(s) 20 13 47

STEPS TO REPRODUCE

  1. Open the gradle file for the app
  2. Add the following dependecies
implementation 'com.github.crypticminds.ColdStorage:coldstoragecache:4.1.1'
kapt 'com.github.crypticminds.ColdStorage:coldstoragecompiler:4.1.1'
implementation 'com.github.crypticminds.ColdStorage:coldstorageannotation:4.1.1'

  1. Press the Sync Now button to start synching.

EXPECTED VALUE

  1. After synching, it should say CONFIGURE SUCCESSFUL in 626ms

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions