Skip to content

Commit

Permalink
upgrade plugin to 1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Nov 6, 2020
1 parent 5848e3f commit eb84fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.kezong:fat-aar:1.2.19'
classpath 'com.kezong:fat-aar:1.2.20'
}
}

Expand Down
2 changes: 1 addition & 1 deletion source/build.gradle
Expand Up @@ -37,7 +37,7 @@ publish {
userOrg = 'kezong'
groupId = 'com.kezong'
artifactId = 'fat-aar'
publishVersion = '1.2.19'
publishVersion = '1.2.20'
desc = 'Gradle plugin for merging dependencies applies to gradle plugin version 3.+'
website = 'https://github.com/kezong/fat-aar-android'
}
Expand Down

0 comments on commit eb84fa0

Please sign in to comment.