Skip to content

Commit

Permalink
Use app.cash group for layoutlib and releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Jul 10, 2019
1 parent 3af0298 commit aeace29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/releasing.md
Expand Up @@ -42,6 +42,6 @@ Prerequisites

In `~/.gradle/gradle.properties`, set the following:

* `SONATYPE_NEXUS_USERNAME` - Sonatype username for releasing to `com.squareup`.
* `SONATYPE_NEXUS_PASSWORD` - Sonatype password for releasing to `com.squareup`.
* `SONATYPE_NEXUS_USERNAME` - Sonatype username for releasing to `app.cash`.
* `SONATYPE_NEXUS_PASSWORD` - Sonatype password for releasing to `app.cash`.

2 changes: 1 addition & 1 deletion paparazzi/build.gradle
Expand Up @@ -6,7 +6,7 @@ sourceCompatibility = '1.8'
targetCompatibility = '1.8'

dependencies {
api 'com.squareup.paparazzi:layoutlib:3.4.0'
api 'app.cash.paparazzi:layoutlib:3.4.0'
api 'com.android.tools:common:26.4.2'
api 'com.android.tools.layoutlib:layoutlib-api:26.4.2'
api 'com.android.tools:sdk-common:26.4.2'
Expand Down

0 comments on commit aeace29

Please sign in to comment.