Skip to content

Commit

Permalink
1.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
huangx committed Nov 10, 2022
1 parent f3bd2fb commit 93d0865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1"
if (PLUGIN_ENABLE.toBoolean()) {
classpath "com.github.qq549631030:android-junk-code:1.1.5"
classpath "com.github.qq549631030:android-junk-code:1.1.6"
}
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#project
GROUP=com.github.qq549631030
VERSION_NAME=1.1.5
VERSION_NAME=1.1.6

POM_ARTIFACT_ID=android-junk-code
POM_NAME=AndroidJunkCode
Expand Down

0 comments on commit 93d0865

Please sign in to comment.