Jasonette / Jasonette/JASONETTE-Android

Jasonette-android build.gradle

Open
#254 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.6k
Forks
266
PR merge metrics
No merged PRs in 30d

Description

I had a build issue, I fixed by environment editing build.gradle. The default download would error with multiple "Error: could not find" entries.

**uncommenting / deleting**
```
dependencies {
//classpath 'com.google.gms:google-services:4.1.0'
}
```

**and adding: google()**
```
allprojects {
repositories {
google()
```

Environment: MacOS 10.14 / Android Studio 3.2.1

Contributor guide

Open the contributing guide

Research direction

Start by reading build.gradle and compare its dependency and repository configuration with the changes described in the issue. The report gives no explicit requested change or test; done would mean the reported build errors are resolved with an agreed project-level configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.