Skip to content

Commit

Permalink
Prepare 2.4.1 release (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Feb 1, 2022
1 parent 75179cf commit d126731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Change Log
==========
All notable changes to this project will be documented in this file.

[Version 2.4.1 _(2022-02-01)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.4.1)
- Support AGP 7.1

[Version 2.4.0 _(2021-10-06)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.4.0)
- Change min Android Gradle plugin gradle version to `7.0.0`.
- Upgrade Google Play Publisher dependency to [v3.6.0](https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.6.0).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildscript {
google()
}
dependencies {
classpath "com.xmartlabs:snapshot-publisher:2.4.0"
classpath "com.xmartlabs:snapshot-publisher:2.4.1"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.31")

testImplementation("com.android.tools.build:gradle:7.0.0")
testImplementation( "org.mockito:mockito-inline:3.12.4")
testImplementation("org.mockito:mockito-inline:3.12.4")
testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.11.1")
testImplementation("org.eclipse.jgit:org.eclipse.jgit:3.5.0.201409260305-r")
Expand All @@ -52,7 +52,7 @@ jacoco {
}

group = "com.xmartlabs"
version = "2.4.0"
version = "2.4.1"

gradlePlugin {
plugins {
Expand Down

0 comments on commit d126731

Please sign in to comment.