Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed Aug 19, 2021
1 parent 857827e commit 13b412d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Barista
**The one who serves a great Espresso**

[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?label=Travis+CI)](https://travis-ci.org/github/AdevintaSpain/Barista)
[![CI](https://github.com/AdevintaSpain/Barista/actions/workflows/main.yml/badge.svg)](https://github.com/AdevintaSpain/Barista/actions/workflows/main.yml)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](LICENSE.md)

Expand All @@ -25,15 +24,9 @@ Barista makes developing UI test faster, easier and more predictable. Built on t

# Download

## New versions (Maven Central)
> We are on it! Follow https://github.com/AdevintaSpain/Barista/issues/382 for updates.

This comment has been minimized.

Copy link
@ozmium

ozmium Aug 19, 2021

Contributor

Is it possible you could leave this important info in the Readme file?

It's still quite difficult to add the latest version of Barista (4.0.0) into an Android project, because it's not hosted on MavenCentral.

An error message appears when it's added:

Could not determine the dependencies of task ':app:compileDebugAndroidTestJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugAndroidTestCompileClasspath'.
   > Could not find com.adevinta.spain:barista:4.0.0.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Without the link to Issue #382 , it's difficult to know what to do to fix this respository error.

This comment has been minimized.

Copy link
@Sloy

Sloy Aug 19, 2021

Member

Hi @ozmium! We're still in the process of migrating it. We're almost there, so bear with us 🙏

There's a typo in the readme, but it's fixed in #433
Check it out!

## Old versions (JCenter)
> Previous versions of Barista were published on JCenter with a different dependency name. [Since JCenter doesn't allow uploading dependencies anymore](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/), they won't be updated. Consider migrating to the newest version of Barista on Maven Central.
Import Barista as a testing dependency:
```gradle
androidTestImplementation('com.schibsted.spain:barista:3.9.0') {
androidTestImplementation('com.adevinta.spain:barista:4.0.0') {
exclude group: 'org.jetbrains.kotlin' // Only if you already use Kotlin in your project
}
```
Expand Down

0 comments on commit 13b412d

Please sign in to comment.