diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc2b85..2bf7274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/README.md b/README.md index a4a8f4c..8288461 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ buildscript { google() } dependencies { - classpath "com.xmartlabs:snapshot-publisher:2.4.0" + classpath "com.xmartlabs:snapshot-publisher:2.4.1" } } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7bd8cc3..3da0c24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") @@ -52,7 +52,7 @@ jacoco { } group = "com.xmartlabs" -version = "2.4.0" +version = "2.4.1" gradlePlugin { plugins {