Skip to content

Commit 6ff6c27

Browse files
Merge pull request #4 from usefulness/mateuszkwiecinski-patch-1
Docs update
2 parents 92314e1 + bb07db7 commit 6ff6c27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A Gradle plugin that infers Proguard/R8 keep rules for androidTest sources.
55

6-
### [slackhq.github.io/keeper](https://slackhq.github.io/keeper)
6+
### [usefulness.github.io/keeper](https://usefulness.github.io/keeper)
77

88
License
99
-------

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This is probably the simplest approach, but not as dynamic as controlling the `t
9292

9393
```groovy
9494
if (!hasProperty("productionBuild")) {
95-
apply plugin: "com.slack.keeper"
95+
apply plugin: "io.github.usefulness.keeper"
9696
}
9797
```
9898

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Keeper can be consumed via regular gradle `plugins {}` block.
2828
```kotlin
2929
plugins {
3030
id("com.android.application") // <- Keeper only works with com.android.application!
31-
id("com.slack.keeper") version "x.y.z"
31+
id("io.github.usefulness.keeper") version "x.y.z"
3232
}
3333
```
3434

@@ -55,7 +55,7 @@ buildscript {
5555
}
5656
5757
apply plugin: "com.android.application" // <- Keeper only works with com.android.application!
58-
apply plugin: "com.slack.keeper"
58+
apply plugin: "io.github.usefulness.keeper"
5959
```
6060

6161
Full configuration defaults can be found on the [Configuration page](configuration.md).

0 commit comments

Comments
 (0)