Skip to content

Commit

Permalink
1.0.4 上传到jitpack,因为jitpack中的Gradle版本低,降低版本重新上传
Browse files Browse the repository at this point in the history
  • Loading branch information
wujun committed May 21, 2020
1 parent 63772d5 commit fe07f11
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

packagingOptions {
exclude 'META-INF/proguard/coroutines.pro'
}

}

//相关配置的获取方法及其处理
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
apply from: "config.gradle"

buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.50'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
// classpath "org.jetbrains.kotlin:kotlin-noarg:$kotlin_version"
Expand Down
4 changes: 4 additions & 0 deletions libhulk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

packagingOptions {
exclude 'META-INF/proguard/coroutines.pro'
}

}

dependencies {
Expand Down

0 comments on commit fe07f11

Please sign in to comment.