Skip to content

Commit eb84fa0

Browse files
committed
upgrade plugin to 1.2.20
1 parent 5848e3f commit eb84fa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:4.1.0'
12-
classpath 'com.kezong:fat-aar:1.2.19'
12+
classpath 'com.kezong:fat-aar:1.2.20'
1313
}
1414
}
1515

source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publish {
3737
userOrg = 'kezong'
3838
groupId = 'com.kezong'
3939
artifactId = 'fat-aar'
40-
publishVersion = '1.2.19'
40+
publishVersion = '1.2.20'
4141
desc = 'Gradle plugin for merging dependencies applies to gradle plugin version 3.+'
4242
website = 'https://github.com/kezong/fat-aar-android'
4343
}

0 commit comments

Comments
 (0)