We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5848e3f commit eb84fa0Copy full SHA for eb84fa0
example/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
dependencies {
11
classpath 'com.android.tools.build:gradle:4.1.0'
12
- classpath 'com.kezong:fat-aar:1.2.19'
+ classpath 'com.kezong:fat-aar:1.2.20'
13
14
15
source/build.gradle
@@ -37,7 +37,7 @@ publish {
37
userOrg = 'kezong'
38
groupId = 'com.kezong'
39
artifactId = 'fat-aar'
40
- publishVersion = '1.2.19'
+ publishVersion = '1.2.20'
41
desc = 'Gradle plugin for merging dependencies applies to gradle plugin version 3.+'
42
website = 'https://github.com/kezong/fat-aar-android'
43
0 commit comments