-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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)
coldstorageexamples/app/build.gradle
Lines 38 to 40 in 54231d4
| 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
STEPS TO REPRODUCE
- Open the gradle file for the app
- 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'
- Press the Sync Now button to start synching.
EXPECTED VALUE
- After synching, it should say
CONFIGURE SUCCESSFUL in 626ms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
