diff --git a/example/build.gradle b/example/build.gradle index f9cefed7..d90387c1 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:4.1.0' - classpath 'com.kezong:fat-aar:1.2.17' + classpath 'com.kezong:fat-aar:1.2.19' } } diff --git a/source/build.gradle b/source/build.gradle index 45a46688..a125c351 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -37,7 +37,7 @@ publish { userOrg = 'kezong' groupId = 'com.kezong' artifactId = 'fat-aar' - publishVersion = '1.2.18' + publishVersion = '1.2.19' desc = 'Gradle plugin for merging dependencies applies to gradle plugin version 3.+' website = 'https://github.com/kezong/fat-aar-android' }