diff --git a/example/build.gradle b/example/build.gradle index 1497f397..f9cefed7 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -8,7 +8,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.kezong:fat-aar:1.2.17' } } diff --git a/example/gradle/wrapper/gradle-wrapper.properties b/example/gradle/wrapper/gradle-wrapper.properties index b091b9b8..c3a18957 100644 --- a/example/gradle/wrapper/gradle-wrapper.properties +++ b/example/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip diff --git a/source/build.gradle b/source/build.gradle index 8eed15ca..45a46688 100644 --- a/source/build.gradle +++ b/source/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation gradleApi() implementation localGroovy() - implementation 'com.android.tools.build:gradle:4.0.1' + implementation 'com.android.tools.build:gradle:4.1.0' } //afterEvaluate { @@ -37,7 +37,7 @@ publish { userOrg = 'kezong' groupId = 'com.kezong' artifactId = 'fat-aar' - publishVersion = '1.2.17' + publishVersion = '1.2.18' desc = 'Gradle plugin for merging dependencies applies to gradle plugin version 3.+' website = 'https://github.com/kezong/fat-aar-android' } diff --git a/source/gradle/wrapper/gradle-wrapper.properties b/source/gradle/wrapper/gradle-wrapper.properties index b091b9b8..c3a18957 100644 --- a/source/gradle/wrapper/gradle-wrapper.properties +++ b/source/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip