Skip to content

Commit

Permalink
Tabbify to preserve list numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Jan 15, 2019
1 parent bb50c55 commit 447e18f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,17 @@ JavaRosa is the form engine that powers Collect. If you want to debug or change
1. Get the code from the [JavaRosa repo](https://github.com/opendatakit/javarosa)
1. In Android Studio, select `File` -> `New` -> `New Module` -> `Import Gradle Project` and choose the project
1. In Collect's `build.gradle` file, find the JavaRosa section:
```gradle
implementation("org.opendatakit:opendatakit-javarosa:x.y.z") {
...
}
```
```gradle
implementation("org.opendatakit:opendatakit-javarosa:x.y.z") {
...
}
```
1. Replace the first line like this, using `javarosa` or whatever name you specified when importing:
```gradle
implementation (project(path: ':javarosa')) {
...
}
```
```gradle
implementation (project(path: ':javarosa')) {
...
}
```
**Jar file**
Expand Down

0 comments on commit 447e18f

Please sign in to comment.