File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments