We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd2fb commit 93d0865Copy full SHA for 93d0865
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
12
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1"
13
if (PLUGIN_ENABLE.toBoolean()) {
14
- classpath "com.github.qq549631030:android-junk-code:1.1.5"
+ classpath "com.github.qq549631030:android-junk-code:1.1.6"
15
}
16
// NOTE: Do not place your application dependencies here; they belong
17
// in the individual module build.gradle files
library/gradle.properties
@@ -1,6 +1,6 @@
1
#project
2
GROUP=com.github.qq549631030
3
-VERSION_NAME=1.1.5
+VERSION_NAME=1.1.6
4
5
POM_ARTIFACT_ID=android-junk-code
6
POM_NAME=AndroidJunkCode
0 commit comments