Jasonette / Jasonette/JASONETTE-Android
Jasonette-android build.gradle
- 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
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