Skip to content

Commit

Permalink
修复不兼容java8问题
Browse files Browse the repository at this point in the history
  • Loading branch information
huangx committed Oct 14, 2021
1 parent bbd4c10 commit 7623e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.github.qq549631030:android-junk-code:1.1.1"
classpath "com.github.qq549631030:android-junk-code:1.1.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.github.qq549631030:android-junk-code:1.1.1"
classpath "com.github.qq549631030:android-junk-code:1.1.2"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1"

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.1
VERSION_NAME=1.1.2

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

0 comments on commit 7623e28

Please sign in to comment.