Skip to content

Commit 296f75b

Browse files
author
huangx
committed
升级部份依赖版本
1 parent 99b96a5 commit 296f75b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.4.10"
3+
ext.kotlin_version = "1.4.21"
44
repositories {
55
google()
66
jcenter()
77
mavenCentral()
88
mavenLocal()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.1'
11+
classpath 'com.android.tools.build:gradle:4.1.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
classpath "com.github.qq549631030:android-junk-code:1.0.7"
14-
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.13.0'
14+
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.14.2'
1515
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0"
1616

1717
// NOTE: Do not place your application dependencies here; they belong

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip

library/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ POM_DEVELOPER_URL=https://github.com/qq549631030/
2626
#signing.password=[you key password]
2727
#signing.secretKeyRingFile=[you gpg key file location]
2828
#
29-
#SONATYPE_NEXUS_USERNAME=[you sonatype username]
30-
#SONATYPE_NEXUS_PASSWORD=[you sonatype password]
29+
#mavenCentralRepositoryUsername=[you sonatype username]
30+
#mavenCentralRepositoryPassword=[you sonatype password]

0 commit comments

Comments
 (0)