Skip to content

Commit 4d14cd1

Browse files
Release version 3.1.0
1 parent 97a6ecf commit 4d14cd1

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.1.0 (25 January 2022)
2+
---------
3+
* Add support for AGP 7.1.0
4+
* Add preliminary support for AGP 7.2.0 alphas
5+
16
3.0.1 (20 September 2021)
27
---------
38
* Fix plugin compatibility with Gradle 6.1.1 (#411)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information, please see [the website](https://keepsafe.github.io/dexcou
1515

1616
## Download
1717

18-
The plugin is available from the Gradle Plugin Portal under the ID `com.getkeepsafe.dexcount`, and from Maven Central under the coordinates `com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1`.
18+
The plugin is available from the Gradle Plugin Portal under the ID `com.getkeepsafe.dexcount`, and from Maven Central under the coordinates `com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.1.0`.
1919

2020
Snapshot builds are available from the Sonatype Snapshot Repository at `https://oss.sonatype.org/content/repositories/snapshots`.
2121

@@ -26,4 +26,4 @@ Dexcount requires Java 8 or higher, Gradle 6.0 or higher, and Android Gradle Plu
2626
The Java code from the `com.android.dexdeps` package is sourced from the [Android source tree](https://android.googlesource.com/platform/dalvik.git/+/master/tools/dexdeps/).
2727
Inspired by Mihail Parparita's [`dex-method-counts`](https://github.com/mihaip/dex-method-counts) project, to whom much credit is due.
2828

29-
Copyright 2015-2021 Keepsafe Software, Inc
29+
Copyright 2015-2022 Keepsafe Software, Inc

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
}
3030
3131
dependencies {
32-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1'
32+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.1.0'
3333
}
3434
}
3535
@@ -114,7 +114,7 @@ buildscript {
114114
}
115115
116116
dependencies {
117-
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.2-SNAPSHOT'
117+
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.1.1-SNAPSHOT'
118118
}
119119
}
120120
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.getkeepsafe.dexcount
2-
VERSION_NAME=3.0.2-SNAPSHOT
2+
VERSION_NAME=3.1.0
33

44
POM_ARTIFACT_ID=dexcount-gradle-plugin
55
POM_NAME=Dexcount Gradle Plugin

0 commit comments

Comments
 (0)