Skip to content

Commit

Permalink
upgrade version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Feb 16, 2022
1 parent 4a3b381 commit 834c704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ dependencies {
implementation gradleApi()
implementation localGroovy()
implementation "org.javassist:javassist:3.27.0-GA"
implementation 'com.android.tools.build:gradle:7.0.2'
implementation 'com.android.tools:common:30.0.2'
implementation 'com.android.tools.build:gradle:4.2.0'
}
2 changes: 1 addition & 1 deletion source/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PUBLISH_GROUP_ID=com.github.kezong
PUBLISH_ARTIFACT_ID=fat-aar
PUBLISH_VERSION=1.3.6
PUBLISH_VERSION=1.3.7
2 changes: 1 addition & 1 deletion source/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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-7.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

0 comments on commit 834c704

Please sign in to comment.