Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickpulver authored Apr 11, 2022
1 parent 0ba0762 commit 50aef7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
dependencies {
//…
classpath 'com.appswithlove.loco:loco:0.2.6'
classpath 'com.appswithlove.loco:loco:0.2.7'
}
}
```
Expand Down Expand Up @@ -157,7 +157,7 @@ Example for a pattern:

## Debug

In order to debug the plugin, `clean` -> `jar` -> `publishJarPublicationToMavenLocal` and connect your android App to the mavenLocal-version of the android plugin by adding the following snipped to your root-folder `build.gradle`
In order to debug the plugin, `clean` -> `jar` -> `publishJarPublicationToMavenLocal` and connect your android App to the mavenLocal-version of the android plugin by adding the following snipped to your root-folder `build.gradle`. Feel free to make use of our sample aswell.

```groovy
buildscript {
Expand All @@ -166,7 +166,7 @@ buildscript {
...
}
dependencies{
classpath 'com.appswithlove.loco:loco:0.2.6'
classpath 'com.appswithlove.loco:loco:0.2.7'
...
}
}
Expand Down

0 comments on commit 50aef7e

Please sign in to comment.