Skip to content

Commit

Permalink
v3.2.0-agp4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jan 9, 2021
1 parent 8081d52 commit 1282d40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ through the `plugins {}` DSL:
```kt
plugins {
id("com.android.application")
id("com.github.triplet.play") version "3.1.0-agp4.2-2"
id("com.github.triplet.play") version "3.2.0-agp4.2"
}
```

Expand All @@ -134,7 +134,7 @@ plugins {
```groovy
plugins {
id 'com.android.application'
id 'com.github.triplet.play' version '3.1.0-agp4.2-2'
id 'com.github.triplet.play' version '3.2.0-agp4.2'
}
```

Expand All @@ -157,7 +157,7 @@ buildscript {

dependencies {
// ...
classpath("com.github.triplet.gradle:play-publisher:3.1.0-SNAPSHOT")
classpath("com.github.triplet.gradle:play-publisher:3.3.0-SNAPSHOT")
}
}
```
Expand All @@ -175,7 +175,7 @@ buildscript {
dependencies {
// ...
classpath 'com.github.triplet.gradle:play-publisher:3.1.0-SNAPSHOT'
classpath 'com.github.triplet.gradle:play-publisher:3.3.0-SNAPSHOT'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0-agp4.2-2
3.2.0-agp4.2

0 comments on commit 1282d40

Please sign in to comment.