File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ buildscript {
1010 }
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:4 .1.3 '
13+ classpath ' com.android.tools.build:gradle:8 .1.4 '
1414 classpath ' com.github.dcendents:android-maven-plugin:1.2'
15- classpath ' com.google.gms:google-services:4.3.0 '
15+ classpath ' com.google.gms:google-services:4.4.2 '
1616
1717 // NOTE: Do not place your application dependencies here; they belong
1818 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -31,4 +31,5 @@ POM_LICENCE_DIST=repo
3131POM_DEVELOPER_NAME =Countly
3232
3333# Publishing properties
34- SONATYPE_AUTOMATIC_RELEASE =true
34+ SONATYPE_HOST =CENTRAL_PORTAL
35+ RELEASE_SIGNING_ENABLED =true
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.1.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11apply plugin : ' java-library'
2- apply plugin : ' maven'
2+ // apply plugin: 'maven'
33
44
55buildscript {
@@ -8,7 +8,7 @@ buildscript {
88 // mavenLocal()
99 }
1010 dependencies {
11- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.18 .0' // for publishing
11+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.28 .0' // for publishing
1212 }
1313}
1414
You can’t perform that action at this time.
0 commit comments